Html Css Color HEX #9905CC Dark Violet

📋 copy color: '#9905CC'

red 153 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #9905CC

Tints of Dark Violet #9905CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 42.27%
G = 1.38%
B = 56.35%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9905CC (or 0x9905CC) is known color: Dark Violet. HEX triplet: 99, 05 and CC. RGB value is (153,5,204). Sum of RGB (Red+Green+Blue) = 153+5+204=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #9905CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905CC is #66FA33. Grayscale: #474747. Windows color (decimal): -6748724 or 13370777. OLE color: 13370777.

HSL color Cylindrical-coordinate representation of color #9905CC: hue angle of 284.62º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905CC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 5 204 -
CMYK 0.25 0.98 0 0.2
HSL 284.62º 0.95% 0.41% -
HSV(B) 284.62º 0.98% 0.8% -
XYZ 24.09 11.24 58.03 -
YUV 71.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 153 5 204 0.25 0.98 0 0.2 284.62 0.95 0.41
Hex 99 5 CC 19 62 0 14 11D 5F 29
Octal 231 5 314 31 142 0 24 435 137 51
Binary 10011001 101 11001100 11001 1100010 0 10100 100011101 1011111 101001

Color Harmonies of #9905CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9905CC

Black with #9905CC

Text Example


Text Example

White with #9905CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9905CC; }

 p { color: rgb(153,5,204); }

 H1.HeaderClassName
 {
   color: #9905CC;
 }
 .AnyTagClassName
 {
   color: #9905CC;
 }
</style>

background-color css

<style>
 a { background-color: #9905CC; }

 a { background-color: rgb(153,5,204); }

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

border-color css

<style>
 span { border-color: #9905CC; }

 span { border-color: rgb(153,5,204); }

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