Html Css Color HEX #9508BB Dark Violet

📋 copy color: '#9508BB'

red 149 ◦ green 8 ◦ blue 187

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

Shades of Dark Violet #9508BB

Tints of Dark Violet #9508BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 43.31%
G = 2.33%
B = 54.36%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9508BB (or 0x9508BB) is known color: Dark Violet. HEX triplet: 95, 08 and BB. RGB value is (149,8,187). Sum of RGB (Red+Green+Blue) = 149+8+187=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #9508BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508BB is #6AF744. Grayscale: #454545. Windows color (decimal): -7010117 or 12257429. OLE color: 12257429.

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

Color convert

RGB 149 8 187 -
CMYK 0.20 0.96 0 0.27
HSL 287.26º 0.92% 0.38% -
HSV(B) 287.26º 0.96% 0.73% -
XYZ 21.45 10.15 47.84 -
YUV 70.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 149 8 187 0.20 0.96 0 0.27 287.26 0.92 0.38
Hex 95 8 BB 14 60 0 1B 11F 5C 26
Octal 225 10 273 24 140 0 33 437 134 46
Binary 10010101 1000 10111011 10100 1100000 0 11011 100011111 1011100 100110

Color Harmonies of #9508BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9508BB

Black with #9508BB

Text Example


Text Example

White with #9508BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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