Html Css Color HEX #806C90 Topaz

📋 copy color: '#806C90'

red 128 ◦ green 108 ◦ blue 144

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

Shades of Topaz #806C90

Tints of Topaz #806C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 33.68%
G = 28.42%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#806C90 (or 0x806C90) is known color: Topaz. HEX triplet: 80, 6C and 90. RGB value is (128,108,144). Sum of RGB (Red+Green+Blue) = 128+108+144=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #806C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C90 is #7F936F. Grayscale: #757575. Windows color (decimal): -8360816 or 9464960. OLE color: 9464960.

HSL color Cylindrical-coordinate representation of color #806C90: hue angle of 273.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806C90 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 108 144 -
CMYK 0.11 0.25 0 0.44
HSL 273.33º 0.14% 0.49% -
HSV(B) 273.33º 0.25% 0.56% -
XYZ 19.3 17.33 28.71 -
YUV 118.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 128 108 144 0.11 0.25 0 0.44 273.33 0.14 0.49
Hex 80 6C 90 B 19 0 2C 111 E 31
Octal 200 154 220 13 31 0 54 421 16 61
Binary 10000000 1101100 10010000 1011 11001 0 101100 100010001 1110 110001

Color Harmonies of #806C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C90

Black with #806C90

Text Example


Text Example

White with #806C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806C90; }

 p { color: rgb(128,108,144); }

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

background-color css

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

 a { background-color: rgb(128,108,144); }

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

border-color css

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

 span { border-color: rgb(128,108,144); }

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