Html Css Color HEX #8C15DA Blue Violet

📋 copy color: '#8C15DA'

red 140 ◦ green 21 ◦ blue 218

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

Shades of Blue Violet #8C15DA

Tints of Blue Violet #8C15DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 36.94%
G = 5.54%
B = 57.52%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C15DA (or 0x8C15DA) is known color: Blue Violet. HEX triplet: 8C, 15 and DA. RGB value is (140,21,218). Sum of RGB (Red+Green+Blue) = 140+21+218=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C15DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15DA is #73EA25. Grayscale: #4E4E4E. Windows color (decimal): -7596582 or 14292364. OLE color: 14292364.

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

Color convert

RGB 140 21 218 -
CMYK 0.36 0.90 0 0.15
HSL 276.24º 0.82% 0.47% -
HSV(B) 276.24º 0.9% 0.85% -
XYZ 23.74 11.17 67.24 -
YUV 79.04 206.42 171.48 -
System Red Green Blue C M Y K H S L
Decimal 140 21 218 0.36 0.90 0 0.15 276.24 0.82 0.47
Hex 8C 15 DA 24 5A 0 F 114 52 2F
Octal 214 25 332 44 132 0 17 424 122 57
Binary 10001100 10101 11011010 100100 1011010 0 1111 100010100 1010010 101111

Color Harmonies of #8C15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C15DA

Black with #8C15DA

Text Example


Text Example

White with #8C15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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