Html Css Color HEX #9F6F98 Violet Blue

📋 copy color: '#9F6F98'

red 159 ◦ green 111 ◦ blue 152

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

Shades of Violet Blue #9F6F98

Tints of Violet Blue #9F6F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

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

R = 37.68%
G = 26.3%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F6F98 (or 0x9F6F98) is known color: Violet Blue. HEX triplet: 9F, 6F and 98. RGB value is (159,111,152). Sum of RGB (Red+Green+Blue) = 159+111+152=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6F98 is #609067. Grayscale: #818181. Windows color (decimal): -6328424 or 9990047. OLE color: 9990047.

HSL color Cylindrical-coordinate representation of color #9F6F98: hue angle of 308.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F98 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 111 152 -
CMYK 0 0.30 0.04 0.38
HSL 308.75º 0.2% 0.53% -
HSV(B) 308.75º 0.3% 0.62% -
XYZ 25.65 21.01 32.41 -
YUV 130.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 159 111 152 0 0.30 0.04 0.38 308.75 0.2 0.53
Hex 9F 6F 98 0 1E 4 26 135 14 35
Octal 237 157 230 0 36 4 46 465 24 65
Binary 10011111 1101111 10011000 0 11110 100 100110 100110101 10100 110101

Color Harmonies of #9F6F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6F98

Black with #9F6F98

Text Example


Text Example

White with #9F6F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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