Html Css Color HEX #826A94 Topaz

📋 copy color: '#826A94'

red 130 ◦ green 106 ◦ blue 148

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

Shades of Topaz #826A94

Tints of Topaz #826A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

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

R = 33.85%
G = 27.6%
B = 38.54%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826A94 (or 0x826A94) is known color: Topaz. HEX triplet: 82, 6A and 94. RGB value is (130,106,148). Sum of RGB (Red+Green+Blue) = 130+106+148=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #826A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A94 is #7D956B. Grayscale: #757575. Windows color (decimal): -8230252 or 9726594. OLE color: 9726594.

HSL color Cylindrical-coordinate representation of color #826A94: hue angle of 274.29º 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 #826A94 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 106 148 -
CMYK 0.12 0.28 0 0.42
HSL 274.29º 0.17% 0.5% -
HSV(B) 274.29º 0.28% 0.58% -
XYZ 19.71 17.19 30.3 -
YUV 117.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 130 106 148 0.12 0.28 0 0.42 274.29 0.17 0.5
Hex 82 6A 94 C 1C 0 2A 112 11 32
Octal 202 152 224 14 34 0 52 422 21 62
Binary 10000010 1101010 10010100 1100 11100 0 101010 100010010 10001 110010

Color Harmonies of #826A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A94

Black with #826A94

Text Example


Text Example

White with #826A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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