Html Css Color HEX #9F6996 Violet Blue

📋 copy color: '#9F6996'

red 159 ◦ green 105 ◦ blue 150

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

Shades of Violet Blue #9F6996

Tints of Violet Blue #9F6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 38.41%
G = 25.36%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F6996 (or 0x9F6996) is known color: Violet Blue. HEX triplet: 9F, 69 and 96. RGB value is (159,105,150). Sum of RGB (Red+Green+Blue) = 159+105+150=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6996 is #609669. Grayscale: #7E7E7E. Windows color (decimal): -6329962 or 9857439. OLE color: 9857439.

HSL color Cylindrical-coordinate representation of color #9F6996: hue angle of 310º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F6996 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 150 -
CMYK 0 0.34 0.06 0.38
HSL 310º 0.22% 0.52% -
HSV(B) 310º 0.34% 0.62% -
XYZ 24.85 19.68 31.34 -
YUV 126.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 159 105 150 0 0.34 0.06 0.38 310 0.22 0.52
Hex 9F 69 96 0 22 6 26 136 16 34
Octal 237 151 226 0 42 6 46 466 26 64
Binary 10011111 1101001 10010110 0 100010 110 100110 100110110 10110 110100

Color Harmonies of #9F6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6996

Black with #9F6996

Text Example


Text Example

White with #9F6996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,150); }

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

background-color css

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

 a { background-color: rgb(159,105,150); }

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

border-color css

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

 span { border-color: rgb(159,105,150); }

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