Html Css Color HEX #9004CF Dark Violet

📋 copy color: '#9004CF'

red 144 ◦ green 4 ◦ blue 207

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

Shades of Dark Violet #9004CF

Tints of Dark Violet #9004CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 40.56%
G = 1.13%
B = 58.31%

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

#9004CF (or 0x9004CF) is known color: Dark Violet. HEX triplet: 90, 04 and CF. RGB value is (144,4,207). Sum of RGB (Red+Green+Blue) = 144+4+207=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #9004CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004CF is #6FFB30. Grayscale: #444444. Windows color (decimal): -7338801 or 13567120. OLE color: 13567120.

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

Color convert

RGB 144 4 207 -
CMYK 0.30 0.98 0 0.19
HSL 281.38º 0.96% 0.41% -
HSV(B) 281.38º 0.98% 0.81% -
XYZ 22.81 10.52 59.86 -
YUV 69 205.88 181.49 -
System Red Green Blue C M Y K H S L
Decimal 144 4 207 0.30 0.98 0 0.19 281.38 0.96 0.41
Hex 90 4 CF 1E 62 0 13 119 60 29
Octal 220 4 317 36 142 0 23 431 140 51
Binary 10010000 100 11001111 11110 1100010 0 10011 100011001 1100000 101001

Color Harmonies of #9004CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004CF

Black with #9004CF

Text Example


Text Example

White with #9004CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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