Html Css Color HEX #9C6190 Violet Blue

📋 copy color: '#9C6190'

red 156 ◦ green 97 ◦ blue 144

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

Shades of Violet Blue #9C6190

Tints of Violet Blue #9C6190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 39.29%
G = 24.43%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6190 (or 0x9C6190) is known color: Violet Blue. HEX triplet: 9C, 61 and 90. RGB value is (156,97,144). Sum of RGB (Red+Green+Blue) = 156+97+144=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6190 is #639E6F. Grayscale: #777777. Windows color (decimal): -6528624 or 9462172. OLE color: 9462172.

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

Color convert

RGB 156 97 144 -
CMYK 0 0.38 0.08 0.39
HSL 312.2º 0.23% 0.5% -
HSV(B) 312.2º 0.38% 0.61% -
XYZ 23.02 17.63 28.58 -
YUV 120 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 156 97 144 0 0.38 0.08 0.39 312.2 0.23 0.5
Hex 9C 61 90 0 26 8 27 138 17 32
Octal 234 141 220 0 46 10 47 470 27 62
Binary 10011100 1100001 10010000 0 100110 1000 100111 100111000 10111 110010

Color Harmonies of #9C6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6190

Black with #9C6190

Text Example


Text Example

White with #9C6190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,97,144); }

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

background-color css

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

 a { background-color: rgb(156,97,144); }

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

border-color css

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

 span { border-color: rgb(156,97,144); }

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