Html Css Color HEX #827591 Topaz

📋 copy color: '#827591'

red 130 ◦ green 117 ◦ blue 145

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

Shades of Topaz #827591

Tints of Topaz #827591

RGB

 RED value IS 130 (51.17% from 255) = 33.16%

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 33.16%
G = 29.85%
B = 36.99%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827591 (or 0x827591) is known color: Topaz. HEX triplet: 82, 75 and 91. RGB value is (130,117,145). Sum of RGB (Red+Green+Blue) = 130+117+145=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #827591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827591 is #7D8A6E. Grayscale: #7B7B7B. Windows color (decimal): -8227439 or 9532802. OLE color: 9532802.

HSL color Cylindrical-coordinate representation of color #827591: hue angle of 267.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #827591 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 117 145 -
CMYK 0.10 0.19 0 0.43
HSL 267.86º 0.11% 0.51% -
HSV(B) 267.86º 0.19% 0.57% -
XYZ 20.68 19.51 29.46 -
YUV 124.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 130 117 145 0.10 0.19 0 0.43 267.86 0.11 0.51
Hex 82 75 91 A 13 0 2B 10C B 33
Octal 202 165 221 12 23 0 53 414 13 63
Binary 10000010 1110101 10010001 1010 10011 0 101011 100001100 1011 110011

Color Harmonies of #827591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827591

Black with #827591

Text Example


Text Example

White with #827591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827591; }

 p { color: rgb(130,117,145); }

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

background-color css

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

 a { background-color: rgb(130,117,145); }

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

border-color css

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

 span { border-color: rgb(130,117,145); }

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