Html Css Color HEX #9506B0 Dark Violet

📋 copy color: '#9506B0'

red 149 ◦ green 6 ◦ blue 176

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

Shades of Dark Violet #9506B0

Tints of Dark Violet #9506B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 53.17%

R = 45.02%
G = 1.81%
B = 53.17%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9506B0 (or 0x9506B0) is known color: Dark Violet. HEX triplet: 95, 06 and B0. RGB value is (149,6,176). Sum of RGB (Red+Green+Blue) = 149+6+176=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #9506B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9506B0 is #6AF94F. Grayscale: #434343. Windows color (decimal): -7010640 or 11536021. OLE color: 11536021.

HSL color Cylindrical-coordinate representation of color #9506B0: hue angle of 290.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9506B0 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 6 176 -
CMYK 0.15 0.97 0 0.31
HSL 290.47º 0.93% 0.36% -
HSV(B) 290.47º 0.97% 0.69% -
XYZ 20.3 9.65 41.87 -
YUV 68.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 149 6 176 0.15 0.97 0 0.31 290.47 0.93 0.36
Hex 95 6 B0 F 61 0 1F 122 5D 24
Octal 225 6 260 17 141 0 37 442 135 44
Binary 10010101 110 10110000 1111 1100001 0 11111 100100010 1011101 100100

Color Harmonies of #9506B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9506B0

Black with #9506B0

Text Example


Text Example

White with #9506B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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