Html Css Color HEX #9D09BA Dark Violet

📋 copy color: '#9D09BA'

red 157 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #9D09BA

Tints of Dark Violet #9D09BA

RGB

 RED value IS 157 (61.72% from 255) = 44.6%

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 44.6%
G = 2.56%
B = 52.84%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D09BA (or 0x9D09BA) is known color: Dark Violet. HEX triplet: 9D, 09 and BA. RGB value is (157,9,186). Sum of RGB (Red+Green+Blue) = 157+9+186=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D09BA is #62F645. Grayscale: #484848. Windows color (decimal): -6485574 or 12192157. OLE color: 12192157.

HSL color Cylindrical-coordinate representation of color #9D09BA: hue angle of 290.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D09BA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 9 186 -
CMYK 0.16 0.95 0 0.27
HSL 290.17º 0.91% 0.38% -
HSV(B) 290.17º 0.95% 0.73% -
XYZ 22.87 10.91 47.35 -
YUV 73.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 157 9 186 0.16 0.95 0 0.27 290.17 0.91 0.38
Hex 9D 9 BA 10 5F 0 1B 122 5B 26
Octal 235 11 272 20 137 0 33 442 133 46
Binary 10011101 1001 10111010 10000 1011111 0 11011 100100010 1011011 100110

Color Harmonies of #9D09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D09BA

Black with #9D09BA

Text Example


Text Example

White with #9D09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D09BA; }

 p { color: rgb(157,9,186); }

 H1.HeaderClassName
 {
   color: #9D09BA;
 }
 .AnyTagClassName
 {
   color: #9D09BA;
 }
</style>

background-color css

<style>
 a { background-color: #9D09BA; }

 a { background-color: rgb(157,9,186); }

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

border-color css

<style>
 span { border-color: #9D09BA; }

 span { border-color: rgb(157,9,186); }

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