Html Css Color HEX #9C6D99 Violet Blue

📋 copy color: '#9C6D99'

red 156 ◦ green 109 ◦ blue 153

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

Shades of Violet Blue #9C6D99

Tints of Violet Blue #9C6D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.08%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 37.32%
G = 26.08%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C6D99 (or 0x9C6D99) is known color: Violet Blue. HEX triplet: 9C, 6D and 99. RGB value is (156,109,153). Sum of RGB (Red+Green+Blue) = 156+109+153=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6D99 is #639266. Grayscale: #7F7F7F. Windows color (decimal): -6525543 or 10055068. OLE color: 10055068.

HSL color Cylindrical-coordinate representation of color #9C6D99: hue angle of 303.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6D99 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 109 153 -
CMYK 0 0.30 0.02 0.39
HSL 303.83º 0.19% 0.52% -
HSV(B) 303.83º 0.3% 0.61% -
XYZ 24.93 20.31 32.74 -
YUV 128.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 156 109 153 0 0.30 0.02 0.39 303.83 0.19 0.52
Hex 9C 6D 99 0 1E 2 27 130 13 34
Octal 234 155 231 0 36 2 47 460 23 64
Binary 10011100 1101101 10011001 0 11110 10 100111 100110000 10011 110100

Color Harmonies of #9C6D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6D99

Black with #9C6D99

Text Example


Text Example

White with #9C6D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,153); }

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

background-color css

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

 a { background-color: rgb(156,109,153); }

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

border-color css

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

 span { border-color: rgb(156,109,153); }

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