Html Css Color HEX #9F6598 Violet Blue

📋 copy color: '#9F6598'

red 159 ◦ green 101 ◦ blue 152

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

Shades of Violet Blue #9F6598

Tints of Violet Blue #9F6598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 38.59%
G = 24.51%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F6598 (or 0x9F6598) is known color: Violet Blue. HEX triplet: 9F, 65 and 98. RGB value is (159,101,152). Sum of RGB (Red+Green+Blue) = 159+101+152=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6598 is #609A67. Grayscale: #7C7C7C. Windows color (decimal): -6330984 or 9987487. OLE color: 9987487.

HSL color Cylindrical-coordinate representation of color #9F6598: hue angle of 307.24º 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 #9F6598 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 101 152 -
CMYK 0 0.36 0.04 0.38
HSL 307.24º 0.23% 0.51% -
HSV(B) 307.24º 0.36% 0.62% -
XYZ 24.62 18.95 32.06 -
YUV 124.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 159 101 152 0 0.36 0.04 0.38 307.24 0.23 0.51
Hex 9F 65 98 0 24 4 26 133 17 33
Octal 237 145 230 0 44 4 46 463 27 63
Binary 10011111 1100101 10011000 0 100100 100 100110 100110011 10111 110011

Color Harmonies of #9F6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6598

Black with #9F6598

Text Example


Text Example

White with #9F6598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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