Html Css Color HEX #9F5397 Violet Blue

📋 copy color: '#9F5397'

red 159 ◦ green 83 ◦ blue 151

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

Shades of Violet Blue #9F5397

Tints of Violet Blue #9F5397

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 83 (32.81% from 255) = 21.12%

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

R = 40.46%
G = 21.12%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F5397 (or 0x9F5397) is known color: Violet Blue. HEX triplet: 9F, 53 and 97. RGB value is (159,83,151). Sum of RGB (Red+Green+Blue) = 159+83+151=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5397 is #60AC68. Grayscale: #717171. Windows color (decimal): -6335593 or 9917343. OLE color: 9917343.

HSL color Cylindrical-coordinate representation of color #9F5397: hue angle of 306.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5397 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 151 -
CMYK 0 0.48 0.05 0.38
HSL 306.32º 0.31% 0.47% -
HSV(B) 306.32º 0.48% 0.62% -
XYZ 22.98 15.79 31.12 -
YUV 113.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 159 83 151 0 0.48 0.05 0.38 306.32 0.31 0.47
Hex 9F 53 97 0 30 5 26 132 1F 2F
Octal 237 123 227 0 60 5 46 462 37 57
Binary 10011111 1010011 10010111 0 110000 101 100110 100110010 11111 101111

Color Harmonies of #9F5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5397

Black with #9F5397

Text Example


Text Example

White with #9F5397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,151); }

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

background-color css

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

 a { background-color: rgb(159,83,151); }

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

border-color css

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

 span { border-color: rgb(159,83,151); }

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