Html Css Color HEX #9004CE Dark Violet

📋 copy color: '#9004CE'

red 144 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #9004CE

Tints of Dark Violet #9004CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 40.68%
G = 1.13%
B = 58.19%

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

#9004CE (or 0x9004CE) is known color: Dark Violet. HEX triplet: 90, 04 and CE. RGB value is (144,4,206). Sum of RGB (Red+Green+Blue) = 144+4+206=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #9004CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004CE is #6FFB31. Grayscale: #444444. Windows color (decimal): -7338802 or 13501584. OLE color: 13501584.

HSL color Cylindrical-coordinate representation of color #9004CE: hue angle of 281.58º degrees, saturation: 0.96, 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 #9004CE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 4 206 -
CMYK 0.30 0.98 0 0.19
HSL 281.58º 0.96% 0.41% -
HSV(B) 281.58º 0.98% 0.81% -
XYZ 22.69 10.47 59.22 -
YUV 68.89 205.38 181.57 -
System Red Green Blue C M Y K H S L
Decimal 144 4 206 0.30 0.98 0 0.19 281.58 0.96 0.41
Hex 90 4 CE 1E 62 0 13 11A 60 29
Octal 220 4 316 36 142 0 23 432 140 51
Binary 10010000 100 11001110 11110 1100010 0 10011 100011010 1100000 101001

Color Harmonies of #9004CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004CE

Black with #9004CE

Text Example


Text Example

White with #9004CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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