Html Css Color HEX #9C6291 Violet Blue

📋 copy color: '#9C6291'

red 156 ◦ green 98 ◦ blue 145

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

Shades of Violet Blue #9C6291

Tints of Violet Blue #9C6291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

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

R = 39.1%
G = 24.56%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C6291 (or 0x9C6291) is known color: Violet Blue. HEX triplet: 9C, 62 and 91. RGB value is (156,98,145). Sum of RGB (Red+Green+Blue) = 156+98+145=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6291 is #639D6E. Grayscale: #787878. Windows color (decimal): -6528367 or 9527964. OLE color: 9527964.

HSL color Cylindrical-coordinate representation of color #9C6291: hue angle of 311.38º degrees, saturation: 0.23, 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 #9C6291 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 145 -
CMYK 0 0.37 0.07 0.39
HSL 311.38º 0.23% 0.5% -
HSV(B) 311.38º 0.37% 0.61% -
XYZ 23.19 17.85 29.01 -
YUV 120.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 156 98 145 0 0.37 0.07 0.39 311.38 0.23 0.5
Hex 9C 62 91 0 25 7 27 137 17 32
Octal 234 142 221 0 45 7 47 467 27 62
Binary 10011100 1100010 10010001 0 100101 111 100111 100110111 10111 110010

Color Harmonies of #9C6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6291

Black with #9C6291

Text Example


Text Example

White with #9C6291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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