Html Css Color HEX #817095 Topaz

📋 copy color: '#817095'

red 129 ◦ green 112 ◦ blue 149

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

Shades of Topaz #817095

Tints of Topaz #817095

RGB

 RED value IS 129 (50.78% from 255) = 33.08%

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 33.08%
G = 28.72%
B = 38.21%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817095 (or 0x817095) is known color: Topaz. HEX triplet: 81, 70 and 95. RGB value is (129,112,149). Sum of RGB (Red+Green+Blue) = 129+112+149=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #817095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817095 is #7E8F6A. Grayscale: #797979. Windows color (decimal): -8294251 or 9793665. OLE color: 9793665.

HSL color Cylindrical-coordinate representation of color #817095: hue angle of 267.57º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #817095 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 112 149 -
CMYK 0.13 0.25 0 0.42
HSL 267.57º 0.15% 0.51% -
HSV(B) 267.57º 0.25% 0.58% -
XYZ 20.27 18.43 30.92 -
YUV 121.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 129 112 149 0.13 0.25 0 0.42 267.57 0.15 0.51
Hex 81 70 95 D 19 0 2A 10C F 33
Octal 201 160 225 15 31 0 52 414 17 63
Binary 10000001 1110000 10010101 1101 11001 0 101010 100001100 1111 110011

Color Harmonies of #817095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817095

Black with #817095

Text Example


Text Example

White with #817095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817095; }

 p { color: rgb(129,112,149); }

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

background-color css

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

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

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

border-color css

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

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

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