Html Css Color HEX #9B09BA Dark Violet

📋 copy color: '#9B09BA'

red 155 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #9B09BA

Tints of Dark Violet #9B09BA

RGB

 RED value IS 155 (60.94% from 255) = 44.29%

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

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

R = 44.29%
G = 2.57%
B = 53.14%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B09BA (or 0x9B09BA) is known color: Dark Violet. HEX triplet: 9B, 09 and BA. RGB value is (155,9,186). Sum of RGB (Red+Green+Blue) = 155+9+186=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09BA is #64F645. Grayscale: #484848. Windows color (decimal): -6616646 or 12192155. OLE color: 12192155.

HSL color Cylindrical-coordinate representation of color #9B09BA: hue angle of 289.49º 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 #9B09BA is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 9 186 -
CMYK 0.17 0.95 0 0.27
HSL 289.49º 0.91% 0.38% -
HSV(B) 289.49º 0.95% 0.73% -
XYZ 22.48 10.71 47.34 -
YUV 72.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 155 9 186 0.17 0.95 0 0.27 289.49 0.91 0.38
Hex 9B 9 BA 11 5F 0 1B 121 5B 26
Octal 233 11 272 21 137 0 33 441 133 46
Binary 10011011 1001 10111010 10001 1011111 0 11011 100100001 1011011 100110

Color Harmonies of #9B09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B09BA

Black with #9B09BA

Text Example


Text Example

White with #9B09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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