Html Css Color HEX #833D6C Cosmic

📋 copy color: '#833D6C'

red 131 ◦ green 61 ◦ blue 108

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

Shades of Cosmic #833D6C

Tints of Cosmic #833D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

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

R = 43.67%
G = 20.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#833D6C (or 0x833D6C) is known color: Cosmic. HEX triplet: 83, 3D and 6C. RGB value is (131,61,108). Sum of RGB (Red+Green+Blue) = 131+61+108=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #833D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833D6C is #7CC293. Grayscale: #575757. Windows color (decimal): -8176276 or 7093635. OLE color: 7093635.

HSL color Cylindrical-coordinate representation of color #833D6C: hue angle of 319.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D6C is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 61 108 -
CMYK 0 0.53 0.18 0.49
HSL 319.71º 0.36% 0.38% -
HSV(B) 319.71º 0.53% 0.51% -
XYZ 13.74 9.25 15.25 -
YUV 87.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 131 61 108 0 0.53 0.18 0.49 319.71 0.36 0.38
Hex 83 3D 6C 0 35 12 31 140 24 26
Octal 203 75 154 0 65 22 61 500 44 46
Binary 10000011 111101 1101100 0 110101 10010 110001 101000000 100100 100110

Color Harmonies of #833D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D6C

Black with #833D6C

Text Example


Text Example

White with #833D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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