Html Css Color HEX #806993 Topaz

📋 copy color: '#806993'

red 128 ◦ green 105 ◦ blue 147

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

Shades of Topaz #806993

Tints of Topaz #806993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.63%

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

R = 33.68%
G = 27.63%
B = 38.68%

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

#806993 (or 0x806993) is known color: Topaz. HEX triplet: 80, 69 and 93. RGB value is (128,105,147). Sum of RGB (Red+Green+Blue) = 128+105+147=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 105 (41.41% from 255 or 27.63% 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 #806993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806993 is #7F966C. Grayscale: #747474. Windows color (decimal): -8361581 or 9660800. OLE color: 9660800.

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

Color convert

RGB 128 105 147 -
CMYK 0.13 0.29 0 0.42
HSL 272.86º 0.17% 0.49% -
HSV(B) 272.86º 0.29% 0.58% -
XYZ 19.22 16.8 29.83 -
YUV 116.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 128 105 147 0.13 0.29 0 0.42 272.86 0.17 0.49
Hex 80 69 93 D 1D 0 2A 111 11 31
Octal 200 151 223 15 35 0 52 421 21 61
Binary 10000000 1101001 10010011 1101 11101 0 101010 100010001 10001 110001

Color Harmonies of #806993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806993

Black with #806993

Text Example


Text Example

White with #806993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806993; }

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

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

background-color css

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

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

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

border-color css

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

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

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