Html Css Color HEX #82496A Cosmic

📋 copy color: '#82496A'

red 130 ◦ green 73 ◦ blue 106

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

Shades of Cosmic #82496A

Tints of Cosmic #82496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 42.07%
G = 23.62%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82496A (or 0x82496A) is known color: Cosmic. HEX triplet: 82, 49 and 6A. RGB value is (130,73,106). Sum of RGB (Red+Green+Blue) = 130+73+106=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82496A is #7DB695. Grayscale: #5D5D5D. Windows color (decimal): -8238742 or 6965634. OLE color: 6965634.

HSL color Cylindrical-coordinate representation of color #82496A: hue angle of 325.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82496A is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 106 -
CMYK 0 0.44 0.18 0.49
HSL 325.26º 0.28% 0.4% -
HSV(B) 325.26º 0.44% 0.51% -
XYZ 14.19 10.55 14.92 -
YUV 93.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 130 73 106 0 0.44 0.18 0.49 325.26 0.28 0.4
Hex 82 49 6A 0 2C 12 31 145 1C 28
Octal 202 111 152 0 54 22 61 505 34 50
Binary 10000010 1001001 1101010 0 101100 10010 110001 101000101 11100 101000

Color Harmonies of #82496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82496A

Black with #82496A

Text Example


Text Example

White with #82496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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