Html Css Color HEX #9506BB Dark Violet

📋 copy color: '#9506BB'

red 149 ◦ green 6 ◦ blue 187

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

Shades of Dark Violet #9506BB

Tints of Dark Violet #9506BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 43.57%
G = 1.75%
B = 54.68%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9506BB (or 0x9506BB) is known color: Dark Violet. HEX triplet: 95, 06 and BB. RGB value is (149,6,187). Sum of RGB (Red+Green+Blue) = 149+6+187=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #9506BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9506BB is #6AF944. Grayscale: #444444. Windows color (decimal): -7010629 or 12256917. OLE color: 12256917.

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

Color convert

RGB 149 6 187 -
CMYK 0.20 0.97 0 0.27
HSL 287.4º 0.94% 0.38% -
HSV(B) 287.4º 0.97% 0.73% -
XYZ 21.43 10.11 47.84 -
YUV 69.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 149 6 187 0.20 0.97 0 0.27 287.4 0.94 0.38
Hex 95 6 BB 14 61 0 1B 11F 5E 26
Octal 225 6 273 24 141 0 33 437 136 46
Binary 10010101 110 10111011 10100 1100001 0 11011 100011111 1011110 100110

Color Harmonies of #9506BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9506BB

Black with #9506BB

Text Example


Text Example

White with #9506BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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