Html Css Color HEX #9C6395 Violet Blue

📋 copy color: '#9C6395'

red 156 ◦ green 99 ◦ blue 149

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

Shades of Violet Blue #9C6395

Tints of Violet Blue #9C6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 38.61%
G = 24.5%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C6395 (or 0x9C6395) is known color: Violet Blue. HEX triplet: 9C, 63 and 95. RGB value is (156,99,149). Sum of RGB (Red+Green+Blue) = 156+99+149=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6395 is #639C6A. Grayscale: #797979. Windows color (decimal): -6528107 or 9790364. OLE color: 9790364.

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

Color convert

RGB 156 99 149 -
CMYK 0 0.37 0.04 0.39
HSL 307.37º 0.22% 0.5% -
HSV(B) 307.37º 0.37% 0.61% -
XYZ 23.6 18.16 30.7 -
YUV 121.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 156 99 149 0 0.37 0.04 0.39 307.37 0.22 0.5
Hex 9C 63 95 0 25 4 27 133 16 32
Octal 234 143 225 0 45 4 47 463 26 62
Binary 10011100 1100011 10010101 0 100101 100 100111 100110011 10110 110010

Color Harmonies of #9C6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6395

Black with #9C6395

Text Example


Text Example

White with #9C6395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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