Html Css Color HEX #8C18EB Blue Violet

📋 copy color: '#8C18EB'

red 140 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #8C18EB

Tints of Blue Violet #8C18EB

RGB

 RED value IS 140 (55.08% from 255) = 35.09%

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

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

R = 35.09%
G = 6.02%
B = 58.9%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C18EB (or 0x8C18EB) is known color: Blue Violet. HEX triplet: 8C, 18 and EB. RGB value is (140,24,235). Sum of RGB (Red+Green+Blue) = 140+24+235=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C18EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C18EB is #73E714. Grayscale: #525252. Windows color (decimal): -7595797 or 15407244. OLE color: 15407244.

HSL color Cylindrical-coordinate representation of color #8C18EB: hue angle of 272.99º 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 #8C18EB is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 24 235 -
CMYK 0.40 0.90 0 0.08
HSL 272.99º 0.84% 0.51% -
HSV(B) 272.99º 0.9% 0.92% -
XYZ 26.14 12.23 79.58 -
YUV 82.74 213.93 168.84 -
System Red Green Blue C M Y K H S L
Decimal 140 24 235 0.40 0.90 0 0.08 272.99 0.84 0.51
Hex 8C 18 EB 28 5A 0 8 111 54 33
Octal 214 30 353 50 132 0 10 421 124 63
Binary 10001100 11000 11101011 101000 1011010 0 1000 100010001 1010100 110011

Color Harmonies of #8C18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C18EB

Black with #8C18EB

Text Example


Text Example

White with #8C18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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