Html Css Color HEX #9501BA Dark Violet

📋 copy color: '#9501BA'

red 149 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #9501BA

Tints of Dark Violet #9501BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 44.35%
G = 0.3%
B = 55.36%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9501BA (or 0x9501BA) is known color: Dark Violet. HEX triplet: 95, 01 and BA. RGB value is (149,1,186). Sum of RGB (Red+Green+Blue) = 149+1+186=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #9501BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501BA is #6AFE45. Grayscale: #414141. Windows color (decimal): -7011910 or 12190101. OLE color: 12190101.

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

Color convert

RGB 149 1 186 -
CMYK 0.20 0.99 0 0.27
HSL 288º 0.99% 0.37% -
HSV(B) 288º 0.99% 0.73% -
XYZ 21.27 9.96 47.26 -
YUV 66.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 149 1 186 0.20 0.99 0 0.27 288 0.99 0.37
Hex 95 1 BA 14 63 0 1B 120 63 25
Octal 225 1 272 24 143 0 33 440 143 45
Binary 10010101 1 10111010 10100 1100011 0 11011 100100000 1100011 100101

Color Harmonies of #9501BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501BA

Black with #9501BA

Text Example


Text Example

White with #9501BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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