Html Css Color HEX #9502B8 Dark Violet

📋 copy color: '#9502B8'

red 149 ◦ green 2 ◦ blue 184

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

Shades of Dark Violet #9502B8

Tints of Dark Violet #9502B8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 184 (72.27% from 255) = 54.93%

R = 44.48%
G = 0.6%
B = 54.93%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9502B8 (or 0x9502B8) is known color: Dark Violet. HEX triplet: 95, 02 and B8. RGB value is (149,2,184). Sum of RGB (Red+Green+Blue) = 149+2+184=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #9502B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502B8 is #6AFD47. Grayscale: #424242. Windows color (decimal): -7011656 or 12059285. OLE color: 12059285.

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

Color convert

RGB 149 2 184 -
CMYK 0.19 0.99 0 0.28
HSL 288.46º 0.98% 0.36% -
HSV(B) 288.46º 0.99% 0.72% -
XYZ 21.07 9.89 46.15 -
YUV 66.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 149 2 184 0.19 0.99 0 0.28 288.46 0.98 0.36
Hex 95 2 B8 13 63 0 1C 120 62 24
Octal 225 2 270 23 143 0 34 440 142 44
Binary 10010101 10 10111000 10011 1100011 0 11100 100100000 1100010 100100

Color Harmonies of #9502B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502B8

Black with #9502B8

Text Example


Text Example

White with #9502B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9502B8; }

 p { color: rgb(149,2,184); }

 H1.HeaderClassName
 {
   color: #9502B8;
 }
 .AnyTagClassName
 {
   color: #9502B8;
 }
</style>

background-color css

<style>
 a { background-color: #9502B8; }

 a { background-color: rgb(149,2,184); }

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

border-color css

<style>
 span { border-color: #9502B8; }

 span { border-color: rgb(149,2,184); }

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