Html Css Color HEX #8C01DD Dark Violet

📋 copy color: '#8C01DD'

red 140 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #8C01DD

Tints of Dark Violet #8C01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 38.67%
G = 0.28%
B = 61.05%

CMYK

 C value IS 0.37

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C01DD (or 0x8C01DD) is known color: Dark Violet. HEX triplet: 8C, 01 and DD. RGB value is (140,1,221). Sum of RGB (Red+Green+Blue) = 140+1+221=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C01DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01DD is #73FE22. Grayscale: #424242. Windows color (decimal): -7601699 or 14483852. OLE color: 14483852.

HSL color Cylindrical-coordinate representation of color #8C01DD: hue angle of 277.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01DD is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 1 221 -
CMYK 0.37 1.00 0 0.13
HSL 277.91º 0.99% 0.44% -
HSV(B) 277.91º 1% 0.87% -
XYZ 23.88 10.82 69.24 -
YUV 67.64 214.55 179.61 -
System Red Green Blue C M Y K H S L
Decimal 140 1 221 0.37 1.00 0 0.13 277.91 0.99 0.44
Hex 8C 1 DD 25 64 0 D 116 63 2C
Octal 214 1 335 45 144 0 15 426 143 54
Binary 10001100 1 11011101 100101 1100100 0 1101 100010110 1100011 101100

Color Harmonies of #8C01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01DD

Black with #8C01DD

Text Example


Text Example

White with #8C01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,221); }

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

background-color css

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

 a { background-color: rgb(140,1,221); }

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

border-color css

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

 span { border-color: rgb(140,1,221); }

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