Html Css Color HEX #9500BA Dark Violet

📋 copy color: '#9500BA'

red 149 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #9500BA

Tints of Dark Violet #9500BA

RGB

 RED value IS 149 (58.59% from 255) = 44.48%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.48%
G = 0%
B = 55.52%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9500BA (or 0x9500BA) is known color: Dark Violet. HEX triplet: 95, 00 and BA. RGB value is (149,0,186). Sum of RGB (Red+Green+Blue) = 149+0+186=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #9500BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500BA is #6AFF45. Grayscale: #414141. Windows color (decimal): -7012166 or 12189845. OLE color: 12189845.

HSL color Cylindrical-coordinate representation of color #9500BA: hue angle of 288.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500BA is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 0 186 -
CMYK 0.20 1 0 0.27
HSL 288.06º 1% 0.36% -
HSV(B) 288.06º 1% 0.73% -
XYZ 21.26 9.93 47.25 -
YUV 65.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 149 0 186 0.20 1 0 0.27 288.06 1 0.36
Hex 95 0 BA 14 64 0 1B 120 64 24
Octal 225 0 272 24 144 0 33 440 144 44
Binary 10010101 0 10111010 10100 1100100 0 11011 100100000 1100100 100100

Color Harmonies of #9500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500BA

Black with #9500BA

Text Example


Text Example

White with #9500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9500BA; }

 p { color: rgb(149,0,186); }

 H1.HeaderClassName
 {
   color: #9500BA;
 }
 .AnyTagClassName
 {
   color: #9500BA;
 }
</style>

background-color css

<style>
 a { background-color: #9500BA; }

 a { background-color: rgb(149,0,186); }

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

border-color css

<style>
 span { border-color: #9500BA; }

 span { border-color: rgb(149,0,186); }

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