Html Css Color HEX #8F18EB Blue Violet

📋 copy color: '#8F18EB'

red 143 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #8F18EB

Tints of Blue Violet #8F18EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.97%

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

R = 35.57%
G = 5.97%
B = 58.46%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F18EB (or 0x8F18EB) is known color: Blue Violet. HEX triplet: 8F, 18 and EB. RGB value is (143,24,235). Sum of RGB (Red+Green+Blue) = 143+24+235=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F18EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F18EB is #70E714. Grayscale: #525252. Windows color (decimal): -7399189 or 15407247. OLE color: 15407247.

HSL color Cylindrical-coordinate representation of color #8F18EB: hue angle of 273.84º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F18EB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 24 235 -
CMYK 0.39 0.90 0 0.08
HSL 273.84º 0.84% 0.51% -
HSV(B) 273.84º 0.9% 0.92% -
XYZ 26.65 12.49 79.6 -
YUV 83.64 213.42 170.34 -
System Red Green Blue C M Y K H S L
Decimal 143 24 235 0.39 0.90 0 0.08 273.84 0.84 0.51
Hex 8F 18 EB 27 5A 0 8 112 54 33
Octal 217 30 353 47 132 0 10 422 124 63
Binary 10001111 11000 11101011 100111 1011010 0 1000 100010010 1010100 110011

Color Harmonies of #8F18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18EB

Black with #8F18EB

Text Example


Text Example

White with #8F18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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