Html Css Color HEX #9501B5 Dark Violet

📋 copy color: '#9501B5'

red 149 ◦ green 1 ◦ blue 181

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

Shades of Dark Violet #9501B5

Tints of Dark Violet #9501B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 54.68%

R = 45.02%
G = 0.3%
B = 54.68%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9501B5 (or 0x9501B5) is known color: Dark Violet. HEX triplet: 95, 01 and B5. RGB value is (149,1,181). Sum of RGB (Red+Green+Blue) = 149+1+181=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #9501B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501B5 is #6AFE4A. Grayscale: #414141. Windows color (decimal): -7011915 or 11862421. OLE color: 11862421.

HSL color Cylindrical-coordinate representation of color #9501B5: hue angle of 289.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501B5 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 1 181 -
CMYK 0.18 0.99 0 0.29
HSL 289.33º 0.99% 0.36% -
HSV(B) 289.33º 0.99% 0.71% -
XYZ 20.75 9.75 44.5 -
YUV 65.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 149 1 181 0.18 0.99 0 0.29 289.33 0.99 0.36
Hex 95 1 B5 12 63 0 1D 121 63 24
Octal 225 1 265 22 143 0 35 441 143 44
Binary 10010101 1 10110101 10010 1100011 0 11101 100100001 1100011 100100

Color Harmonies of #9501B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501B5

Black with #9501B5

Text Example


Text Example

White with #9501B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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