Html Css Color HEX #9005CE Dark Violet

📋 copy color: '#9005CE'

red 144 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #9005CE

Tints of Dark Violet #9005CE

RGB

 RED value IS 144 (56.64% from 255) = 40.56%

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 40.56%
G = 1.41%
B = 58.03%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9005CE (or 0x9005CE) is known color: Dark Violet. HEX triplet: 90, 05 and CE. RGB value is (144,5,206). Sum of RGB (Red+Green+Blue) = 144+5+206=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #9005CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005CE is #6FFA31. Grayscale: #444444. Windows color (decimal): -7338546 or 13501840. OLE color: 13501840.

HSL color Cylindrical-coordinate representation of color #9005CE: hue angle of 281.49º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005CE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 5 206 -
CMYK 0.30 0.98 0 0.19
HSL 281.49º 0.95% 0.41% -
HSV(B) 281.49º 0.98% 0.81% -
XYZ 22.7 10.49 59.22 -
YUV 69.48 205.05 181.16 -
System Red Green Blue C M Y K H S L
Decimal 144 5 206 0.30 0.98 0 0.19 281.49 0.95 0.41
Hex 90 5 CE 1E 62 0 13 119 5F 29
Octal 220 5 316 36 142 0 23 431 137 51
Binary 10010000 101 11001110 11110 1100010 0 10011 100011001 1011111 101001

Color Harmonies of #9005CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005CE

Black with #9005CE

Text Example


Text Example

White with #9005CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9005CE; }

 p { color: rgb(144,5,206); }

 H1.HeaderClassName
 {
   color: #9005CE;
 }
 .AnyTagClassName
 {
   color: #9005CE;
 }
</style>

background-color css

<style>
 a { background-color: #9005CE; }

 a { background-color: rgb(144,5,206); }

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

border-color css

<style>
 span { border-color: #9005CE; }

 span { border-color: rgb(144,5,206); }

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