Html Css Color HEX #833768 Cosmic

📋 copy color: '#833768'

red 131 ◦ green 55 ◦ blue 104

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

Shades of Cosmic #833768

Tints of Cosmic #833768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 45.17%
G = 18.97%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#833768 (or 0x833768) is known color: Cosmic. HEX triplet: 83, 37 and 68. RGB value is (131,55,104). Sum of RGB (Red+Green+Blue) = 131+55+104=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #833768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833768 is #7CC897. Grayscale: #535353. Windows color (decimal): -8177816 or 6829955. OLE color: 6829955.

HSL color Cylindrical-coordinate representation of color #833768: hue angle of 321.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833768 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 104 -
CMYK 0 0.58 0.21 0.49
HSL 321.32º 0.41% 0.36% -
HSV(B) 321.32º 0.58% 0.51% -
XYZ 13.22 8.56 14.05 -
YUV 83.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 131 55 104 0 0.58 0.21 0.49 321.32 0.41 0.36
Hex 83 37 68 0 3A 15 31 141 29 24
Octal 203 67 150 0 72 25 61 501 51 44
Binary 10000011 110111 1101000 0 111010 10101 110001 101000001 101001 100100

Color Harmonies of #833768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833768

Black with #833768

Text Example


Text Example

White with #833768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833768; }

 p { color: rgb(131,55,104); }

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

background-color css

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

 a { background-color: rgb(131,55,104); }

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

border-color css

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

 span { border-color: rgb(131,55,104); }

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