Html Css Color HEX #9F6592 Violet Blue

📋 copy color: '#9F6592'

red 159 ◦ green 101 ◦ blue 146

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

Shades of Violet Blue #9F6592

Tints of Violet Blue #9F6592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 39.16%
G = 24.88%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F6592 (or 0x9F6592) is known color: Violet Blue. HEX triplet: 9F, 65 and 92. RGB value is (159,101,146). Sum of RGB (Red+Green+Blue) = 159+101+146=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6592 is #609A6D. Grayscale: #7B7B7B. Windows color (decimal): -6330990 or 9594271. OLE color: 9594271.

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

Color convert

RGB 159 101 146 -
CMYK 0 0.36 0.08 0.38
HSL 313.45º 0.23% 0.51% -
HSV(B) 313.45º 0.36% 0.62% -
XYZ 24.14 18.75 29.54 -
YUV 123.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 159 101 146 0 0.36 0.08 0.38 313.45 0.23 0.51
Hex 9F 65 92 0 24 8 26 139 17 33
Octal 237 145 222 0 44 10 46 471 27 63
Binary 10011111 1100101 10010010 0 100100 1000 100110 100111001 10111 110011

Color Harmonies of #9F6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6592

Black with #9F6592

Text Example


Text Example

White with #9F6592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,146); }

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

background-color css

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

 a { background-color: rgb(159,101,146); }

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

border-color css

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

 span { border-color: rgb(159,101,146); }

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