Html Css Color HEX #9909BD Dark Violet

📋 copy color: '#9909BD'

red 153 ◦ green 9 ◦ blue 189

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

Shades of Dark Violet #9909BD

Tints of Dark Violet #9909BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 43.59%
G = 2.56%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9909BD (or 0x9909BD) is known color: Dark Violet. HEX triplet: 99, 09 and BD. RGB value is (153,9,189). Sum of RGB (Red+Green+Blue) = 153+9+189=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #9909BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909BD is #66F642. Grayscale: #484848. Windows color (decimal): -6747715 or 12388761. OLE color: 12388761.

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

Color convert

RGB 153 9 189 -
CMYK 0.19 0.95 0 0.26
HSL 288º 0.91% 0.39% -
HSV(B) 288º 0.95% 0.74% -
XYZ 22.42 10.64 49.02 -
YUV 72.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 153 9 189 0.19 0.95 0 0.26 288 0.91 0.39
Hex 99 9 BD 13 5F 0 1A 120 5B 27
Octal 231 11 275 23 137 0 32 440 133 47
Binary 10011001 1001 10111101 10011 1011111 0 11010 100100000 1011011 100111

Color Harmonies of #9909BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9909BD

Black with #9909BD

Text Example


Text Example

White with #9909BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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