Html Css Color HEX #9909C0 Dark Violet

📋 copy color: '#9909C0'

red 153 ◦ green 9 ◦ blue 192

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

Shades of Dark Violet #9909C0

Tints of Dark Violet #9909C0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 192 (75.39% from 255) = 54.24%

R = 43.22%
G = 2.54%
B = 54.24%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9909C0 (or 0x9909C0) is known color: Dark Violet. HEX triplet: 99, 09 and C0. RGB value is (153,9,192). Sum of RGB (Red+Green+Blue) = 153+9+192=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #9909C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909C0 is #66F63F. Grayscale: #484848. Windows color (decimal): -6747712 or 12585369. OLE color: 12585369.

HSL color Cylindrical-coordinate representation of color #9909C0: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9909C0 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 9 192 -
CMYK 0.20 0.95 0 0.25
HSL 287.21º 0.91% 0.39% -
HSV(B) 287.21º 0.95% 0.75% -
XYZ 22.75 10.77 50.75 -
YUV 72.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 153 9 192 0.20 0.95 0 0.25 287.21 0.91 0.39
Hex 99 9 C0 14 5F 0 19 11F 5B 27
Octal 231 11 300 24 137 0 31 437 133 47
Binary 10011001 1001 11000000 10100 1011111 0 11001 100011111 1011011 100111

Color Harmonies of #9909C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9909C0

Black with #9909C0

Text Example


Text Example

White with #9909C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9909C0; }

 p { color: rgb(153,9,192); }

 H1.HeaderClassName
 {
   color: #9909C0;
 }
 .AnyTagClassName
 {
   color: #9909C0;
 }
</style>

background-color css

<style>
 a { background-color: #9909C0; }

 a { background-color: rgb(153,9,192); }

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

border-color css

<style>
 span { border-color: #9909C0; }

 span { border-color: rgb(153,9,192); }

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