Html Css Color HEX #9B05BA Dark Violet

📋 copy color: '#9B05BA'

red 155 ◦ green 5 ◦ blue 186

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

Shades of Dark Violet #9B05BA

Tints of Dark Violet #9B05BA

RGB

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

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

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

R = 44.8%
G = 1.45%
B = 53.76%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B05BA (or 0x9B05BA) is known color: Dark Violet. HEX triplet: 9B, 05 and BA. RGB value is (155,5,186). Sum of RGB (Red+Green+Blue) = 155+5+186=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05BA is #64FA45. Grayscale: #454545. Windows color (decimal): -6617670 or 12191131. OLE color: 12191131.

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

Color convert

RGB 155 5 186 -
CMYK 0.17 0.97 0 0.27
HSL 289.72º 0.95% 0.37% -
HSV(B) 289.72º 0.97% 0.73% -
XYZ 22.43 10.62 47.32 -
YUV 70.48 193.2 188.28 -
System Red Green Blue C M Y K H S L
Decimal 155 5 186 0.17 0.97 0 0.27 289.72 0.95 0.37
Hex 9B 5 BA 11 61 0 1B 122 5F 25
Octal 233 5 272 21 141 0 33 442 137 45
Binary 10011011 101 10111010 10001 1100001 0 11011 100100010 1011111 100101

Color Harmonies of #9B05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05BA

Black with #9B05BA

Text Example


Text Example

White with #9B05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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