Html Css Color HEX #9006B1 Dark Violet

📋 copy color: '#9006B1'

red 144 ◦ green 6 ◦ blue 177

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

Shades of Dark Violet #9006B1

Tints of Dark Violet #9006B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.13%

R = 44.04%
G = 1.83%
B = 54.13%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9006B1 (or 0x9006B1) is known color: Dark Violet. HEX triplet: 90, 06 and B1. RGB value is (144,6,177). Sum of RGB (Red+Green+Blue) = 144+6+177=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #9006B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9006B1 is #6FF94E. Grayscale: #424242. Windows color (decimal): -7338319 or 11601552. OLE color: 11601552.

HSL color Cylindrical-coordinate representation of color #9006B1: hue angle of 288.42º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006B1 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 6 177 -
CMYK 0.19 0.97 0 0.31
HSL 288.42º 0.93% 0.36% -
HSV(B) 288.42º 0.97% 0.69% -
XYZ 19.5 9.23 42.35 -
YUV 66.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 144 6 177 0.19 0.97 0 0.31 288.42 0.93 0.36
Hex 90 6 B1 13 61 0 1F 120 5D 24
Octal 220 6 261 23 141 0 37 440 135 44
Binary 10010000 110 10110001 10011 1100001 0 11111 100100000 1011101 100100

Color Harmonies of #9006B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006B1

Black with #9006B1

Text Example


Text Example

White with #9006B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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