Html Css Color HEX #9F6391 Violet Blue

📋 copy color: '#9F6391'

red 159 ◦ green 99 ◦ blue 145

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

Shades of Violet Blue #9F6391

Tints of Violet Blue #9F6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

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

R = 39.45%
G = 24.57%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F6391 (or 0x9F6391) is known color: Violet Blue. HEX triplet: 9F, 63 and 91. RGB value is (159,99,145). Sum of RGB (Red+Green+Blue) = 159+99+145=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6391 is #609C6E. Grayscale: #7A7A7A. Windows color (decimal): -6331503 or 9528223. OLE color: 9528223.

HSL color Cylindrical-coordinate representation of color #9F6391: hue angle of 314º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6391 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 99 145 -
CMYK 0 0.38 0.09 0.38
HSL 314º 0.24% 0.51% -
HSV(B) 314º 0.38% 0.62% -
XYZ 23.87 18.34 29.07 -
YUV 122.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 159 99 145 0 0.38 0.09 0.38 314 0.24 0.51
Hex 9F 63 91 0 26 9 26 13A 18 33
Octal 237 143 221 0 46 11 46 472 30 63
Binary 10011111 1100011 10010001 0 100110 1001 100110 100111010 11000 110011

Color Harmonies of #9F6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6391

Black with #9F6391

Text Example


Text Example

White with #9F6391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,145); }

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

background-color css

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

 a { background-color: rgb(159,99,145); }

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

border-color css

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

 span { border-color: rgb(159,99,145); }

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