#9007CD

Color #9007CD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9007CD

Tints of Dark Violet #9007CD

Color information

#9007CD (or 0x9007CD) is unknown color: approx Dark Violet. HEX triplet: 90, 07 and CD. RGB value is (144,7,205). Sum of RGB (Red+Green+Blue) = 144+7+205=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #9007CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007CD is #6FF832. Grayscale: #454545. Windows color (decimal): -7338035 or 13436816. OLE color: 13436816.

HSL color Cylindrical-coordinate representation of color #9007CD: hue angle of 281.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007CD is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1447205-
CMYK0.300.9700.20
HSL281.52º93.4%41.57%-
HSV(B)281.52º96.59%80.39%-
XYZ22.610.4958.59-
YUV70.54203.89180.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=40.45%
G=1.97%
B=57.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14472050.300.9700.20281.5293.441.57
Hex907CD1E6101411a5d2a
Octal22073153614102443213552
Binary10010000111110011011111011000010101001000110101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9007CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9007CD; }

 p { color: rgb(144,7,205); }

 H1.HeaderClassName
 {
   color: #9007CD;
 }
 .AnyTagClassName
 {
   color: #9007CD;
 }
</style>
background-color css

<style>
 a { background-color: #9007CD; }

 a { background-color: rgb(144,7,205); }

 div.DivClassName
 {
   background-color: #9007CD;
 }
 .BgClassName
 {
   background-color: #9007CD;
 }
</style>
border-color css

<style>
 span { border-color: #9007CD; }

 span { border-color: rgb(144,7,205); }

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