Html Css Color HEX #9006B9 Dark Violet

📋 copy color: '#9006B9'

red 144 ◦ green 6 ◦ blue 185

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

Shades of Dark Violet #9006B9

Tints of Dark Violet #9006B9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 42.99%
G = 1.79%
B = 55.22%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9006B9 (or 0x9006B9) is known color: Dark Violet. HEX triplet: 90, 06 and B9. RGB value is (144,6,185). Sum of RGB (Red+Green+Blue) = 144+6+185=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #9006B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006B9 is #6FF946. Grayscale: #434343. Windows color (decimal): -7338311 or 12125840. OLE color: 12125840.

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

Color convert

RGB 144 6 185 -
CMYK 0.22 0.97 0 0.27
HSL 286.26º 0.94% 0.37% -
HSV(B) 286.26º 0.97% 0.73% -
XYZ 20.32 9.56 46.67 -
YUV 67.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 144 6 185 0.22 0.97 0 0.27 286.26 0.94 0.37
Hex 90 6 B9 16 61 0 1B 11E 5E 25
Octal 220 6 271 26 141 0 33 436 136 45
Binary 10010000 110 10111001 10110 1100001 0 11011 100011110 1011110 100101

Color Harmonies of #9006B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006B9

Black with #9006B9

Text Example


Text Example

White with #9006B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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