Html Css Color HEX #9002CD Dark Violet

📋 copy color: '#9002CD'

red 144 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #9002CD

Tints of Dark Violet #9002CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 41.03%
G = 0.57%
B = 58.4%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9002CD (or 0x9002CD) is known color: Dark Violet. HEX triplet: 90, 02 and CD. RGB value is (144,2,205). Sum of RGB (Red+Green+Blue) = 144+2+205=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #9002CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002CD is #6FFD32. Grayscale: #424242. Windows color (decimal): -7339315 or 13435536. OLE color: 13435536.

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

Color convert

RGB 144 2 205 -
CMYK 0.30 0.99 0 0.20
HSL 281.97º 0.98% 0.41% -
HSV(B) 281.97º 0.99% 0.8% -
XYZ 22.54 10.38 58.57 -
YUV 67.6 205.54 182.49 -
System Red Green Blue C M Y K H S L
Decimal 144 2 205 0.30 0.99 0 0.20 281.97 0.98 0.41
Hex 90 2 CD 1E 63 0 14 11A 62 29
Octal 220 2 315 36 143 0 24 432 142 51
Binary 10010000 10 11001101 11110 1100011 0 10100 100011010 1100010 101001

Color Harmonies of #9002CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002CD

Black with #9002CD

Text Example


Text Example

White with #9002CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9002CD;
 }
 .AnyTagClassName
 {
   color: #9002CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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