Html Css Color HEX #9C6495 Violet Blue

📋 copy color: '#9C6495'

red 156 ◦ green 100 ◦ blue 149

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

Shades of Violet Blue #9C6495

Tints of Violet Blue #9C6495

RGB

 RED value IS 156 (61.33% from 255) = 38.52%

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 38.52%
G = 24.69%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C6495 (or 0x9C6495) is known color: Violet Blue. HEX triplet: 9C, 64 and 95. RGB value is (156,100,149). Sum of RGB (Red+Green+Blue) = 156+100+149=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6495 is #639B6A. Grayscale: #7A7A7A. Windows color (decimal): -6527851 or 9790620. OLE color: 9790620.

HSL color Cylindrical-coordinate representation of color #9C6495: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6495 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 149 -
CMYK 0 0.36 0.04 0.39
HSL 307.5º 0.22% 0.5% -
HSV(B) 307.5º 0.36% 0.61% -
XYZ 23.69 18.35 30.73 -
YUV 122.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 156 100 149 0 0.36 0.04 0.39 307.5 0.22 0.5
Hex 9C 64 95 0 24 4 27 134 16 32
Octal 234 144 225 0 44 4 47 464 26 62
Binary 10011100 1100100 10010101 0 100100 100 100111 100110100 10110 110010

Color Harmonies of #9C6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6495

Black with #9C6495

Text Example


Text Example

White with #9C6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6495; }

 p { color: rgb(156,100,149); }

 H1.HeaderClassName
 {
   color: #9C6495;
 }
 .AnyTagClassName
 {
   color: #9C6495;
 }
</style>

background-color css

<style>
 a { background-color: #9C6495; }

 a { background-color: rgb(156,100,149); }

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

border-color css

<style>
 span { border-color: #9C6495; }

 span { border-color: rgb(156,100,149); }

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