Html Css Color HEX #8F11EB Blue Violet

📋 copy color: '#8F11EB'

red 143 ◦ green 17 ◦ blue 235

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

Shades of Blue Violet #8F11EB

Tints of Blue Violet #8F11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.3%

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 36.2%
G = 4.3%
B = 59.49%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F11EB (or 0x8F11EB) is known color: Blue Violet. HEX triplet: 8F, 11 and EB. RGB value is (143,17,235). Sum of RGB (Red+Green+Blue) = 143+17+235=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F11EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F11EB is #70EE14. Grayscale: #4E4E4E. Windows color (decimal): -7400981 or 15405455. OLE color: 15405455.

HSL color Cylindrical-coordinate representation of color #8F11EB: hue angle of 274.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F11EB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 17 235 -
CMYK 0.39 0.93 0 0.08
HSL 274.68º 0.87% 0.49% -
HSV(B) 274.68º 0.93% 0.92% -
XYZ 26.52 12.24 79.56 -
YUV 79.53 215.74 173.27 -
System Red Green Blue C M Y K H S L
Decimal 143 17 235 0.39 0.93 0 0.08 274.68 0.87 0.49
Hex 8F 11 EB 27 5D 0 8 113 57 31
Octal 217 21 353 47 135 0 10 423 127 61
Binary 10001111 10001 11101011 100111 1011101 0 1000 100010011 1010111 110001

Color Harmonies of #8F11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F11EB

Black with #8F11EB

Text Example


Text Example

White with #8F11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,235); }

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

background-color css

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

 a { background-color: rgb(143,17,235); }

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

border-color css

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

 span { border-color: rgb(143,17,235); }

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