Html Css Color HEX #82496F Cosmic

📋 copy color: '#82496F'

red 130 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #82496F

Tints of Cosmic #82496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 41.4%
G = 23.25%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82496F (or 0x82496F) is known color: Cosmic. HEX triplet: 82, 49 and 6F. RGB value is (130,73,111). Sum of RGB (Red+Green+Blue) = 130+73+111=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #82496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82496F is #7DB690. Grayscale: #5E5E5E. Windows color (decimal): -8238737 or 7293314. OLE color: 7293314.

HSL color Cylindrical-coordinate representation of color #82496F: hue angle of 320º 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 #82496F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 111 -
CMYK 0 0.44 0.15 0.49
HSL 320º 0.28% 0.4% -
HSV(B) 320º 0.44% 0.51% -
XYZ 14.46 10.66 16.33 -
YUV 94.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 130 73 111 0 0.44 0.15 0.49 320 0.28 0.4
Hex 82 49 6F 0 2C F 31 140 1C 28
Octal 202 111 157 0 54 17 61 500 34 50
Binary 10000010 1001001 1101111 0 101100 1111 110001 101000000 11100 101000

Color Harmonies of #82496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82496F

Black with #82496F

Text Example


Text Example

White with #82496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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