Html Css Color HEX #9002BE Dark Violet

📋 copy color: '#9002BE'

red 144 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #9002BE

Tints of Dark Violet #9002BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 42.86%
G = 0.6%
B = 56.55%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9002BE (or 0x9002BE) is known color: Dark Violet. HEX triplet: 90, 02 and BE. RGB value is (144,2,190). Sum of RGB (Red+Green+Blue) = 144+2+190=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #9002BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002BE is #6FFD41. Grayscale: #414141. Windows color (decimal): -7339330 or 12452496. OLE color: 12452496.

HSL color Cylindrical-coordinate representation of color #9002BE: hue angle of 285.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002BE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 2 190 -
CMYK 0.24 0.99 0 0.25
HSL 285.32º 0.98% 0.38% -
HSV(B) 285.32º 0.99% 0.75% -
XYZ 20.82 9.69 49.49 -
YUV 65.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 144 2 190 0.24 0.99 0 0.25 285.32 0.98 0.38
Hex 90 2 BE 18 63 0 19 11D 62 26
Octal 220 2 276 30 143 0 31 435 142 46
Binary 10010000 10 10111110 11000 1100011 0 11001 100011101 1100010 100110

Color Harmonies of #9002BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002BE

Black with #9002BE

Text Example


Text Example

White with #9002BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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