Html Css Color HEX #806893 Topaz

📋 copy color: '#806893'

red 128 ◦ green 104 ◦ blue 147

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

Shades of Topaz #806893

Tints of Topaz #806893

RGB

 RED value IS 128 (50.39% from 255) = 33.77%

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

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

R = 33.77%
G = 27.44%
B = 38.79%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806893 (or 0x806893) is known color: Topaz. HEX triplet: 80, 68 and 93. RGB value is (128,104,147). Sum of RGB (Red+Green+Blue) = 128+104+147=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #806893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806893 is #7F976C. Grayscale: #737373. Windows color (decimal): -8361837 or 9660544. OLE color: 9660544.

HSL color Cylindrical-coordinate representation of color #806893: hue angle of 273.49º 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 #806893 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 104 147 -
CMYK 0.13 0.29 0 0.42
HSL 273.49º 0.17% 0.49% -
HSV(B) 273.49º 0.29% 0.58% -
XYZ 19.12 16.6 29.8 -
YUV 116.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 128 104 147 0.13 0.29 0 0.42 273.49 0.17 0.49
Hex 80 68 93 D 1D 0 2A 111 11 31
Octal 200 150 223 15 35 0 52 421 21 61
Binary 10000000 1101000 10010011 1101 11101 0 101010 100010001 10001 110001

Color Harmonies of #806893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806893

Black with #806893

Text Example


Text Example

White with #806893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806893; }

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

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

background-color css

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

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

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

border-color css

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

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

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