Html Css Color HEX #82426C Cosmic

📋 copy color: '#82426C'

red 130 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #82426C

Tints of Cosmic #82426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 42.76%
G = 21.71%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82426C (or 0x82426C) is known color: Cosmic. HEX triplet: 82, 42 and 6C. RGB value is (130,66,108). Sum of RGB (Red+Green+Blue) = 130+66+108=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82426C is #7DBD93. Grayscale: #595959. Windows color (decimal): -8240532 or 7094914. OLE color: 7094914.

HSL color Cylindrical-coordinate representation of color #82426C: hue angle of 320.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82426C is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 108 -
CMYK 0 0.49 0.17 0.49
HSL 320.63º 0.33% 0.38% -
HSV(B) 320.63º 0.49% 0.51% -
XYZ 13.86 9.72 15.33 -
YUV 89.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 130 66 108 0 0.49 0.17 0.49 320.63 0.33 0.38
Hex 82 42 6C 0 31 11 31 141 21 26
Octal 202 102 154 0 61 21 61 501 41 46
Binary 10000010 1000010 1101100 0 110001 10001 110001 101000001 100001 100110

Color Harmonies of #82426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82426C

Black with #82426C

Text Example


Text Example

White with #82426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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