Html Css Color HEX #806B94 Topaz

📋 copy color: '#806B94'

red 128 ◦ green 107 ◦ blue 148

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

Shades of Topaz #806B94

Tints of Topaz #806B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 33.42%
G = 27.94%
B = 38.64%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#806B94 (or 0x806B94) is known color: Topaz. HEX triplet: 80, 6B and 94. RGB value is (128,107,148). Sum of RGB (Red+Green+Blue) = 128+107+148=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #806B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B94 is #7F946B. Grayscale: #757575. Windows color (decimal): -8361068 or 9726848. OLE color: 9726848.

HSL color Cylindrical-coordinate representation of color #806B94: hue angle of 270.73º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806B94 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 107 148 -
CMYK 0.14 0.28 0 0.42
HSL 270.73º 0.16% 0.5% -
HSV(B) 270.73º 0.28% 0.58% -
XYZ 19.51 17.24 30.32 -
YUV 117.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 128 107 148 0.14 0.28 0 0.42 270.73 0.16 0.5
Hex 80 6B 94 E 1C 0 2A 10F 10 32
Octal 200 153 224 16 34 0 52 417 20 62
Binary 10000000 1101011 10010100 1110 11100 0 101010 100001111 10000 110010

Color Harmonies of #806B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B94

Black with #806B94

Text Example


Text Example

White with #806B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,107,148); }

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

background-color css

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

 a { background-color: rgb(128,107,148); }

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

border-color css

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

 span { border-color: rgb(128,107,148); }

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