Html Css Color HEX #8C15DB Blue Violet

📋 copy color: '#8C15DB'

red 140 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #8C15DB

Tints of Blue Violet #8C15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 36.84%
G = 5.53%
B = 57.63%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C15DB (or 0x8C15DB) is known color: Blue Violet. HEX triplet: 8C, 15 and DB. RGB value is (140,21,219). Sum of RGB (Red+Green+Blue) = 140+21+219=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15DB is #73EA24. Grayscale: #4E4E4E. Windows color (decimal): -7596581 or 14357900. OLE color: 14357900.

HSL color Cylindrical-coordinate representation of color #8C15DB: hue angle of 276.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C15DB is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 21 219 -
CMYK 0.36 0.90 0 0.14
HSL 276.06º 0.83% 0.47% -
HSV(B) 276.06º 0.9% 0.86% -
XYZ 23.87 11.23 67.93 -
YUV 79.15 206.92 171.4 -
System Red Green Blue C M Y K H S L
Decimal 140 21 219 0.36 0.90 0 0.14 276.06 0.83 0.47
Hex 8C 15 DB 24 5A 0 E 114 52 2F
Octal 214 25 333 44 132 0 16 424 122 57
Binary 10001100 10101 11011011 100100 1011010 0 1110 100010100 1010010 101111

Color Harmonies of #8C15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C15DB

Black with #8C15DB

Text Example


Text Example

White with #8C15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,21,219); }

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

background-color css

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

 a { background-color: rgb(140,21,219); }

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

border-color css

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

 span { border-color: rgb(140,21,219); }

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