Html Css Color HEX #9F769B Violet Blue

📋 copy color: '#9F769B'

red 159 ◦ green 118 ◦ blue 155

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

Shades of Violet Blue #9F769B

Tints of Violet Blue #9F769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 36.81%
G = 27.31%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F769B (or 0x9F769B) is known color: Violet Blue. HEX triplet: 9F, 76 and 9B. RGB value is (159,118,155). Sum of RGB (Red+Green+Blue) = 159+118+155=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F769B is #608964. Grayscale: #868686. Windows color (decimal): -6326629 or 10188447. OLE color: 10188447.

HSL color Cylindrical-coordinate representation of color #9F769B: hue angle of 305.85º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F769B is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 118 155 -
CMYK 0 0.26 0.03 0.38
HSL 305.85º 0.18% 0.54% -
HSV(B) 305.85º 0.26% 0.62% -
XYZ 26.69 22.69 33.98 -
YUV 134.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 159 118 155 0 0.26 0.03 0.38 305.85 0.18 0.54
Hex 9F 76 9B 0 1A 3 26 132 12 36
Octal 237 166 233 0 32 3 46 462 22 66
Binary 10011111 1110110 10011011 0 11010 11 100110 100110010 10010 110110

Color Harmonies of #9F769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F769B

Black with #9F769B

Text Example


Text Example

White with #9F769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,155); }

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

background-color css

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

 a { background-color: rgb(159,118,155); }

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

border-color css

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

 span { border-color: rgb(159,118,155); }

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