Html Css Color HEX #9006DC Dark Violet

📋 copy color: '#9006DC'

red 144 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #9006DC

Tints of Dark Violet #9006DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 38.92%
G = 1.62%
B = 59.46%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9006DC (or 0x9006DC) is known color: Dark Violet. HEX triplet: 90, 06 and DC. RGB value is (144,6,220). Sum of RGB (Red+Green+Blue) = 144+6+220=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #9006DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006DC is #6FF923. Grayscale: #464646. Windows color (decimal): -7338276 or 14419600. OLE color: 14419600.

HSL color Cylindrical-coordinate representation of color #9006DC: hue angle of 278.69º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006DC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 6 220 -
CMYK 0.35 0.97 0 0.14
HSL 278.69º 0.95% 0.44% -
HSV(B) 278.69º 0.97% 0.86% -
XYZ 24.48 11.23 68.59 -
YUV 71.66 211.72 179.6 -
System Red Green Blue C M Y K H S L
Decimal 144 6 220 0.35 0.97 0 0.14 278.69 0.95 0.44
Hex 90 6 DC 23 61 0 E 117 5F 2C
Octal 220 6 334 43 141 0 16 427 137 54
Binary 10010000 110 11011100 100011 1100001 0 1110 100010111 1011111 101100

Color Harmonies of #9006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006DC

Black with #9006DC

Text Example


Text Example

White with #9006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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