Html Css Color HEX #8F0BF9 Blue Violet

📋 copy color: '#8F0BF9'

red 143 ◦ green 11 ◦ blue 249

#8F0BF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8F0BF9

Tints of Blue Violet #8F0BF9

RGB

 RED value IS 143 (56.25% from 255) = 35.48%

 GREEN value IS 11 (4.69% from 255) = 2.73%

 BLUE value IS 249 (97.66% from 255) = 61.79%

R = 35.48%
G = 2.73%
B = 61.79%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8F0BF9 (or 0x8F0BF9) is known color: Blue Violet. HEX triplet: 8F, 0B and F9. RGB value is (143,11,249). Sum of RGB (Red+Green+Blue) = 143+11+249=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F0BF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BF9 is #70F406. Grayscale: #4C4C4C. Windows color (decimal): -7402503 or 16321423. OLE color: 16321423.

HSL color Cylindrical-coordinate representation of color #8F0BF9: hue angle of 273.28º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0BF9 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 11 249 -
CMYK 0.43 0.96 0 0.02
HSL 273.28º 0.95% 0.51% -
HSV(B) 273.28º 0.96% 0.98% -
XYZ 28.55 12.92 90.61 -
YUV 77.6 224.73 174.65 -
System Red Green Blue C M Y K H S L
Decimal 143 11 249 0.43 0.96 0 0.02 273.28 0.95 0.51
Hex 8F B F9 2B 60 0 2 111 5F 33
Octal 217 13 371 53 140 0 2 421 137 63
Binary 10001111 1011 11111001 101011 1100000 0 10 100010001 1011111 110011

Color Harmonies of #8F0BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BF9

Black with #8F0BF9

Text Example


Text Example

White with #8F0BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0BF9; }

 p { color: rgb(143,11,249); }

 H1.HeaderClassName
 {
   color: #8F0BF9;
 }
 .AnyTagClassName
 {
   color: #8F0BF9;
 }
</style>

background-color css

<style>
 a { background-color: #8F0BF9; }

 a { background-color: rgb(143,11,249); }

 div.DivClassName
 {
   background-color: #8F0BF9;
 }
 .BgClassName
 {
   background-color: #8F0BF9;
 }
</style>

border-color css

<style>
 span { border-color: #8F0BF9; }

 span { border-color: rgb(143,11,249); }

 td.TdClassName
 {
   border-color: #8F0BF9;
 }
 .TagClassName
 {
   border-color: #8F0BF9;
 }
</style>