Html Css Color HEX #816893 Topaz

📋 copy color: '#816893'

red 129 ◦ green 104 ◦ blue 147

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

Shades of Topaz #816893

Tints of Topaz #816893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.37%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 33.95%
G = 27.37%
B = 38.68%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#816893 (or 0x816893) is known color: Topaz. HEX triplet: 81, 68 and 93. RGB value is (129,104,147). Sum of RGB (Red+Green+Blue) = 129+104+147=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #816893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816893 is #7E976C. Grayscale: #747474. Windows color (decimal): -8296301 or 9660545. OLE color: 9660545.

HSL color Cylindrical-coordinate representation of color #816893: hue angle of 274.88º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816893 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 104 147 -
CMYK 0.12 0.29 0 0.42
HSL 274.88º 0.17% 0.49% -
HSV(B) 274.88º 0.29% 0.58% -
XYZ 19.27 16.67 29.81 -
YUV 116.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 129 104 147 0.12 0.29 0 0.42 274.88 0.17 0.49
Hex 81 68 93 C 1D 0 2A 113 11 31
Octal 201 150 223 14 35 0 52 423 21 61
Binary 10000001 1101000 10010011 1100 11101 0 101010 100010011 10001 110001

Color Harmonies of #816893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816893

Black with #816893

Text Example


Text Example

White with #816893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816893; }

 p { color: rgb(129,104,147); }

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

background-color css

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

 a { background-color: rgb(129,104,147); }

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

border-color css

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

 span { border-color: rgb(129,104,147); }

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