Html Css Color HEX #9C6695 Violet Blue

📋 copy color: '#9C6695'

red 156 ◦ green 102 ◦ blue 149

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

Shades of Violet Blue #9C6695

Tints of Violet Blue #9C6695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 38.33%
G = 25.06%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C6695 (or 0x9C6695) is known color: Violet Blue. HEX triplet: 9C, 66 and 95. RGB value is (156,102,149). Sum of RGB (Red+Green+Blue) = 156+102+149=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6695 is #63996A. Grayscale: #7B7B7B. Windows color (decimal): -6527339 or 9791132. OLE color: 9791132.

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

Color convert

RGB 156 102 149 -
CMYK 0 0.35 0.04 0.39
HSL 307.78º 0.21% 0.51% -
HSV(B) 307.78º 0.35% 0.61% -
XYZ 23.89 18.74 30.79 -
YUV 123.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 156 102 149 0 0.35 0.04 0.39 307.78 0.21 0.51
Hex 9C 66 95 0 23 4 27 134 15 33
Octal 234 146 225 0 43 4 47 464 25 63
Binary 10011100 1100110 10010101 0 100011 100 100111 100110100 10101 110011

Color Harmonies of #9C6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6695

Black with #9C6695

Text Example


Text Example

White with #9C6695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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