Html Css Color HEX #806B95 Topaz

📋 copy color: '#806B95'

red 128 ◦ green 107 ◦ blue 149

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

Shades of Topaz #806B95

Tints of Topaz #806B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 33.33%
G = 27.86%
B = 38.8%

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

#806B95 (or 0x806B95) is known color: Topaz. HEX triplet: 80, 6B and 95. RGB value is (128,107,149). Sum of RGB (Red+Green+Blue) = 128+107+149=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #806B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B95 is #7F946A. Grayscale: #757575. Windows color (decimal): -8361067 or 9792384. OLE color: 9792384.

HSL color Cylindrical-coordinate representation of color #806B95: hue angle of 270º degrees, saturation: 0.17, 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 #806B95 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 107 149 -
CMYK 0.14 0.28 0 0.42
HSL 270º 0.17% 0.5% -
HSV(B) 270º 0.28% 0.58% -
XYZ 19.58 17.27 30.74 -
YUV 118.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 128 107 149 0.14 0.28 0 0.42 270 0.17 0.5
Hex 80 6B 95 E 1C 0 2A 10E 11 32
Octal 200 153 225 16 34 0 52 416 21 62
Binary 10000000 1101011 10010101 1110 11100 0 101010 100001110 10001 110010

Color Harmonies of #806B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B95

Black with #806B95

Text Example


Text Example

White with #806B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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