Html Css Color HEX #9006D1 Dark Violet

📋 copy color: '#9006D1'

red 144 ◦ green 6 ◦ blue 209

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

Shades of Dark Violet #9006D1

Tints of Dark Violet #9006D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.22%

R = 40.11%
G = 1.67%
B = 58.22%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9006D1 (or 0x9006D1) is known color: Dark Violet. HEX triplet: 90, 06 and D1. RGB value is (144,6,209). Sum of RGB (Red+Green+Blue) = 144+6+209=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #9006D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006D1 is #6FF92E. Grayscale: #454545. Windows color (decimal): -7338287 or 13698704. OLE color: 13698704.

HSL color Cylindrical-coordinate representation of color #9006D1: hue angle of 280.79º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006D1 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 6 209 -
CMYK 0.31 0.97 0 0.18
HSL 280.79º 0.94% 0.42% -
HSV(B) 280.79º 0.97% 0.82% -
XYZ 23.08 10.66 61.16 -
YUV 70.4 206.22 180.49 -
System Red Green Blue C M Y K H S L
Decimal 144 6 209 0.31 0.97 0 0.18 280.79 0.94 0.42
Hex 90 6 D1 1F 61 0 12 119 5E 2A
Octal 220 6 321 37 141 0 22 431 136 52
Binary 10010000 110 11010001 11111 1100001 0 10010 100011001 1011110 101010

Color Harmonies of #9006D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006D1

Black with #9006D1

Text Example


Text Example

White with #9006D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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