Html Css Color HEX #9500B7 Dark Violet

📋 copy color: '#9500B7'

red 149 ◦ green 0 ◦ blue 183

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

Shades of Dark Violet #9500B7

Tints of Dark Violet #9500B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.12%

R = 44.88%
G = 0%
B = 55.12%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9500B7 (or 0x9500B7) is known color: Dark Violet. HEX triplet: 95, 00 and B7. RGB value is (149,0,183). Sum of RGB (Red+Green+Blue) = 149+0+183=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #9500B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500B7 is #6AFF48. Grayscale: #404040. Windows color (decimal): -7012169 or 11993237. OLE color: 11993237.

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

Color convert

RGB 149 0 183 -
CMYK 0.19 1 0 0.28
HSL 288.85º 1% 0.36% -
HSV(B) 288.85º 1% 0.72% -
XYZ 20.94 9.81 45.59 -
YUV 65.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 149 0 183 0.19 1 0 0.28 288.85 1 0.36
Hex 95 0 B7 13 64 0 1C 121 64 24
Octal 225 0 267 23 144 0 34 441 144 44
Binary 10010101 0 10110111 10011 1100100 0 11100 100100001 1100100 100100

Color Harmonies of #9500B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500B7

Black with #9500B7

Text Example


Text Example

White with #9500B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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