Html Css Color HEX #9508B8 Dark Violet

📋 copy color: '#9508B8'

red 149 ◦ green 8 ◦ blue 184

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

Shades of Dark Violet #9508B8

Tints of Dark Violet #9508B8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 43.7%
G = 2.35%
B = 53.96%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9508B8 (or 0x9508B8) is known color: Dark Violet. HEX triplet: 95, 08 and B8. RGB value is (149,8,184). Sum of RGB (Red+Green+Blue) = 149+8+184=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #9508B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508B8 is #6AF747. Grayscale: #454545. Windows color (decimal): -7010120 or 12060821. OLE color: 12060821.

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

Color convert

RGB 149 8 184 -
CMYK 0.19 0.96 0 0.28
HSL 288.07º 0.92% 0.38% -
HSV(B) 288.07º 0.96% 0.72% -
XYZ 21.13 10.02 46.17 -
YUV 70.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 149 8 184 0.19 0.96 0 0.28 288.07 0.92 0.38
Hex 95 8 B8 13 60 0 1C 120 5C 26
Octal 225 10 270 23 140 0 34 440 134 46
Binary 10010101 1000 10111000 10011 1100000 0 11100 100100000 1011100 100110

Color Harmonies of #9508B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9508B8

Black with #9508B8

Text Example


Text Example

White with #9508B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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