Html Css Color HEX #82426E Cosmic

📋 copy color: '#82426E'

red 130 ◦ green 66 ◦ blue 110

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

Shades of Cosmic #82426E

Tints of Cosmic #82426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 42.48%
G = 21.57%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82426E (or 0x82426E) is known color: Cosmic. HEX triplet: 82, 42 and 6E. RGB value is (130,66,110). Sum of RGB (Red+Green+Blue) = 130+66+110=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82426E is #7DBD91. Grayscale: #5A5A5A. Windows color (decimal): -8240530 or 7225986. OLE color: 7225986.

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

Color convert

RGB 130 66 110 -
CMYK 0 0.49 0.15 0.49
HSL 318.75º 0.33% 0.38% -
HSV(B) 318.75º 0.49% 0.51% -
XYZ 13.97 9.77 15.9 -
YUV 90.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 130 66 110 0 0.49 0.15 0.49 318.75 0.33 0.38
Hex 82 42 6E 0 31 F 31 13F 21 26
Octal 202 102 156 0 61 17 61 477 41 46
Binary 10000010 1000010 1101110 0 110001 1111 110001 100111111 100001 100110

Color Harmonies of #82426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82426E

Black with #82426E

Text Example


Text Example

White with #82426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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