Html Css Color HEX #9002B9 Dark Violet

📋 copy color: '#9002B9'

red 144 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #9002B9

Tints of Dark Violet #9002B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.89%

R = 43.5%
G = 0.6%
B = 55.89%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9002B9 (or 0x9002B9) is known color: Dark Violet. HEX triplet: 90, 02 and B9. RGB value is (144,2,185). Sum of RGB (Red+Green+Blue) = 144+2+185=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #9002B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002B9 is #6FFD46. Grayscale: #404040. Windows color (decimal): -7339335 or 12124816. OLE color: 12124816.

HSL color Cylindrical-coordinate representation of color #9002B9: hue angle of 286.56º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002B9 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 2 185 -
CMYK 0.22 0.99 0 0.27
HSL 286.56º 0.98% 0.37% -
HSV(B) 286.56º 0.99% 0.73% -
XYZ 20.28 9.48 46.66 -
YUV 65.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 144 2 185 0.22 0.99 0 0.27 286.56 0.98 0.37
Hex 90 2 B9 16 63 0 1B 11F 62 25
Octal 220 2 271 26 143 0 33 437 142 45
Binary 10010000 10 10111001 10110 1100011 0 11011 100011111 1100010 100101

Color Harmonies of #9002B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002B9

Black with #9002B9

Text Example


Text Example

White with #9002B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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