Html Css Color HEX #826C94 Topaz

📋 copy color: '#826C94'

red 130 ◦ green 108 ◦ blue 148

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

Shades of Topaz #826C94

Tints of Topaz #826C94

RGB

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

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

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

R = 33.68%
G = 27.98%
B = 38.34%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826C94 (or 0x826C94) is known color: Topaz. HEX triplet: 82, 6C and 94. RGB value is (130,108,148). Sum of RGB (Red+Green+Blue) = 130+108+148=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #826C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C94 is #7D936B. Grayscale: #777777. Windows color (decimal): -8229740 or 9727106. OLE color: 9727106.

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

Color convert

RGB 130 108 148 -
CMYK 0.12 0.27 0 0.42
HSL 273º 0.16% 0.5% -
HSV(B) 273º 0.27% 0.58% -
XYZ 19.91 17.61 30.37 -
YUV 119.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 130 108 148 0.12 0.27 0 0.42 273 0.16 0.5
Hex 82 6C 94 C 1B 0 2A 111 10 32
Octal 202 154 224 14 33 0 52 421 20 62
Binary 10000010 1101100 10010100 1100 11011 0 101010 100010001 10000 110010

Color Harmonies of #826C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C94

Black with #826C94

Text Example


Text Example

White with #826C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826C94; }

 p { color: rgb(130,108,148); }

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

background-color css

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

 a { background-color: rgb(130,108,148); }

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

border-color css

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

 span { border-color: rgb(130,108,148); }

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