Html Css Color HEX #9C5F97 Violet Blue

📋 copy color: '#9C5F97'

red 156 ◦ green 95 ◦ blue 151

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

Shades of Violet Blue #9C5F97

Tints of Violet Blue #9C5F97

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 38.81%
G = 23.63%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C5F97 (or 0x9C5F97) is known color: Violet Blue. HEX triplet: 9C, 5F and 97. RGB value is (156,95,151). Sum of RGB (Red+Green+Blue) = 156+95+151=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F97 is #63A068. Grayscale: #777777. Windows color (decimal): -6529129 or 9920412. OLE color: 9920412.

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

Color convert

RGB 156 95 151 -
CMYK 0 0.39 0.03 0.39
HSL 304.92º 0.24% 0.49% -
HSV(B) 304.92º 0.39% 0.61% -
XYZ 23.39 17.49 31.42 -
YUV 119.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 156 95 151 0 0.39 0.03 0.39 304.92 0.24 0.49
Hex 9C 5F 97 0 27 3 27 131 18 31
Octal 234 137 227 0 47 3 47 461 30 61
Binary 10011100 1011111 10010111 0 100111 11 100111 100110001 11000 110001

Color Harmonies of #9C5F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5F97

Black with #9C5F97

Text Example


Text Example

White with #9C5F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,95,151); }

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

background-color css

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

 a { background-color: rgb(156,95,151); }

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

border-color css

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

 span { border-color: rgb(156,95,151); }

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