Html Css Color HEX #9C6091 Violet Blue

📋 copy color: '#9C6091'

red 156 ◦ green 96 ◦ blue 145

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

Shades of Violet Blue #9C6091

Tints of Violet Blue #9C6091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 39.29%
G = 24.18%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C6091 (or 0x9C6091) is known color: Violet Blue. HEX triplet: 9C, 60 and 91. RGB value is (156,96,145). Sum of RGB (Red+Green+Blue) = 156+96+145=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6091 is #639F6E. Grayscale: #777777. Windows color (decimal): -6528879 or 9527452. OLE color: 9527452.

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

Color convert

RGB 156 96 145 -
CMYK 0 0.38 0.07 0.39
HSL 311º 0.24% 0.49% -
HSV(B) 311º 0.38% 0.61% -
XYZ 23 17.48 28.95 -
YUV 119.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 156 96 145 0 0.38 0.07 0.39 311 0.24 0.49
Hex 9C 60 91 0 26 7 27 137 18 31
Octal 234 140 221 0 46 7 47 467 30 61
Binary 10011100 1100000 10010001 0 100110 111 100111 100110111 11000 110001

Color Harmonies of #9C6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6091

Black with #9C6091

Text Example


Text Example

White with #9C6091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,145); }

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

background-color css

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

 a { background-color: rgb(156,96,145); }

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

border-color css

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

 span { border-color: rgb(156,96,145); }

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