Html Css Color HEX #83426C Cosmic

📋 copy color: '#83426C'

red 131 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #83426C

Tints of Cosmic #83426C

RGB

 RED value IS 131 (51.56% from 255) = 42.95%

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

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

R = 42.95%
G = 21.64%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83426C (or 0x83426C) is known color: Cosmic. HEX triplet: 83, 42 and 6C. RGB value is (131,66,108). Sum of RGB (Red+Green+Blue) = 131+66+108=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83426C is #7CBD93. Grayscale: #5A5A5A. Windows color (decimal): -8174996 or 7094915. OLE color: 7094915.

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

Color convert

RGB 131 66 108 -
CMYK 0 0.50 0.18 0.49
HSL 321.23º 0.33% 0.39% -
HSV(B) 321.23º 0.5% 0.51% -
XYZ 14.02 9.8 15.34 -
YUV 90.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 131 66 108 0 0.50 0.18 0.49 321.23 0.33 0.39
Hex 83 42 6C 0 32 12 31 141 21 27
Octal 203 102 154 0 62 22 61 501 41 47
Binary 10000011 1000010 1101100 0 110010 10010 110001 101000001 100001 100111

Color Harmonies of #83426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83426C

Black with #83426C

Text Example


Text Example

White with #83426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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