#833C6E

Color #833C6E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #833C6E

Tints of Cosmic #833C6E

Color information

#833C6E (or 0x833C6E) is unknown color: approx Cosmic. HEX triplet: 83, 3C and 6E. RGB value is (131,60,110). Sum of RGB (Red+Green+Blue) = 131+60+110=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #833C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C6E is #7CC391. Grayscale: #565656. Windows color (decimal): -8176530 or 7224451. OLE color: 7224451.

HSL color Cylindrical-coordinate representation of color #833C6E: hue angle of 317.75º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #833C6E is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13160110-
CMYK00.540.160.49
HSL317.75º37.17%37.45%-
HSV(B)317.75º54.2%51.37%-
XYZ13.799.1815.8-
YUV86.93141.02159.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=43.52%
G=19.93%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316011000.540.160.49317.7537.1737.45
Hex833C6E036103113e2525
Octal2037415606620614764545
Binary100000111111001101110011011010000110001100111110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833C6E; }

 p { color: rgb(131,60,110); }

 H1.HeaderClassName
 {
   color: #833C6E;
 }
 .AnyTagClassName
 {
   color: #833C6E;
 }
</style>
background-color css

<style>
 a { background-color: #833C6E; }

 a { background-color: rgb(131,60,110); }

 div.DivClassName
 {
   background-color: #833C6E;
 }
 .BgClassName
 {
   background-color: #833C6E;
 }
</style>
border-color css

<style>
 span { border-color: #833C6E; }

 span { border-color: rgb(131,60,110); }

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