Html Css Color HEX #9B04BA Dark Violet

📋 copy color: '#9B04BA'

red 155 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #9B04BA

Tints of Dark Violet #9B04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 44.93%
G = 1.16%
B = 53.91%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B04BA (or 0x9B04BA) is known color: Dark Violet. HEX triplet: 9B, 04 and BA. RGB value is (155,4,186). Sum of RGB (Red+Green+Blue) = 155+4+186=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B04BA is #64FB45. Grayscale: #454545. Windows color (decimal): -6617926 or 12190875. OLE color: 12190875.

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

Color convert

RGB 155 4 186 -
CMYK 0.17 0.98 0 0.27
HSL 289.78º 0.96% 0.37% -
HSV(B) 289.78º 0.98% 0.73% -
XYZ 22.42 10.6 47.32 -
YUV 69.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 155 4 186 0.17 0.98 0 0.27 289.78 0.96 0.37
Hex 9B 4 BA 11 62 0 1B 122 60 25
Octal 233 4 272 21 142 0 33 442 140 45
Binary 10011011 100 10111010 10001 1100010 0 11011 100100010 1100000 100101

Color Harmonies of #9B04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B04BA

Black with #9B04BA

Text Example


Text Example

White with #9B04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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