Html Css Color HEX #9F709F Violet Blue

📋 copy color: '#9F709F'

red 159 ◦ green 112 ◦ blue 159

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

Shades of Violet Blue #9F709F

Tints of Violet Blue #9F709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 36.98%
G = 26.05%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9F709F (or 0x9F709F) is known color: Violet Blue. HEX triplet: 9F, 70 and 9F. RGB value is (159,112,159). Sum of RGB (Red+Green+Blue) = 159+112+159=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F709F is #608F60. Grayscale: #838383. Windows color (decimal): -6328161 or 10449055. OLE color: 10449055.

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

Color convert

RGB 159 112 159 -
CMYK 0 0.30 0 0.38
HSL 300º 0.2% 0.53% -
HSV(B) 300º 0.3% 0.62% -
XYZ 26.35 21.46 35.55 -
YUV 131.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 159 112 159 0 0.30 0 0.38 300 0.2 0.53
Hex 9F 70 9F 0 1E 0 26 12C 14 35
Octal 237 160 237 0 36 0 46 454 24 65
Binary 10011111 1110000 10011111 0 11110 0 100110 100101100 10100 110101

Color Harmonies of #9F709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F709F

Black with #9F709F

Text Example


Text Example

White with #9F709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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