Html Css Color HEX #9F709B Violet Blue

📋 copy color: '#9F709B'

red 159 ◦ green 112 ◦ blue 155

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

Shades of Violet Blue #9F709B

Tints of Violet Blue #9F709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.29%

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

R = 37.32%
G = 26.29%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F709B (or 0x9F709B) is known color: Violet Blue. HEX triplet: 9F, 70 and 9B. RGB value is (159,112,155). Sum of RGB (Red+Green+Blue) = 159+112+155=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F709B is #608F64. Grayscale: #828282. Windows color (decimal): -6328165 or 10186911. OLE color: 10186911.

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

Color convert

RGB 159 112 155 -
CMYK 0 0.30 0.03 0.38
HSL 305.11º 0.2% 0.53% -
HSV(B) 305.11º 0.3% 0.62% -
XYZ 26.01 21.33 33.76 -
YUV 130.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 159 112 155 0 0.30 0.03 0.38 305.11 0.2 0.53
Hex 9F 70 9B 0 1E 3 26 131 14 35
Octal 237 160 233 0 36 3 46 461 24 65
Binary 10011111 1110000 10011011 0 11110 11 100110 100110001 10100 110101

Color Harmonies of #9F709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F709B

Black with #9F709B

Text Example


Text Example

White with #9F709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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