Html Css Color HEX #9506CC Dark Violet

📋 copy color: '#9506CC'

red 149 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #9506CC

Tints of Dark Violet #9506CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 41.5%
G = 1.67%
B = 56.82%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9506CC (or 0x9506CC) is known color: Dark Violet. HEX triplet: 95, 06 and CC. RGB value is (149,6,204). Sum of RGB (Red+Green+Blue) = 149+6+204=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #9506CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9506CC is #6AF933. Grayscale: #464646. Windows color (decimal): -7010612 or 13371029. OLE color: 13371029.

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

Color convert

RGB 149 6 204 -
CMYK 0.27 0.97 0 0.2
HSL 283.33º 0.94% 0.41% -
HSV(B) 283.33º 0.97% 0.8% -
XYZ 23.36 10.88 58 -
YUV 71.33 202.88 183.4 -
System Red Green Blue C M Y K H S L
Decimal 149 6 204 0.27 0.97 0 0.2 283.33 0.94 0.41
Hex 95 6 CC 1B 61 0 14 11B 5E 29
Octal 225 6 314 33 141 0 24 433 136 51
Binary 10010101 110 11001100 11011 1100001 0 10100 100011011 1011110 101001

Color Harmonies of #9506CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9506CC

Black with #9506CC

Text Example


Text Example

White with #9506CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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