Html Css Color HEX #9906DC Dark Violet

📋 copy color: '#9906DC'

red 153 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #9906DC

Tints of Dark Violet #9906DC

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

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

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

R = 40.37%
G = 1.58%
B = 58.05%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9906DC (or 0x9906DC) is known color: Dark Violet. HEX triplet: 99, 06 and DC. RGB value is (153,6,220). Sum of RGB (Red+Green+Blue) = 153+6+220=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #9906DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9906DC is #66F923. Grayscale: #494949. Windows color (decimal): -6748452 or 14419609. OLE color: 14419609.

HSL color Cylindrical-coordinate representation of color #9906DC: hue angle of 281.21º 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 #9906DC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 6 220 -
CMYK 0.30 0.97 0 0.14
HSL 281.22º 0.95% 0.44% -
HSV(B) 281.22º 0.97% 0.86% -
XYZ 26.12 12.07 68.66 -
YUV 74.35 210.2 184.1 -
System Red Green Blue C M Y K H S L
Decimal 153 6 220 0.30 0.97 0 0.14 281.22 0.95 0.44
Hex 99 6 DC 1E 61 0 E 119 5F 2C
Octal 231 6 334 36 141 0 16 431 137 54
Binary 10011001 110 11011100 11110 1100001 0 1110 100011001 1011111 101100

Color Harmonies of #9906DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9906DC

Black with #9906DC

Text Example


Text Example

White with #9906DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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