Html Css Color HEX #853866 Cosmic

📋 copy color: '#853866'

red 133 ◦ green 56 ◦ blue 102

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

Shades of Cosmic #853866

Tints of Cosmic #853866

RGB

 RED value IS 133 (52.34% from 255) = 45.7%

 GREEN value IS 56 (22.27% from 255) = 19.24%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 45.7%
G = 19.24%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853866 (or 0x853866) is known color: Cosmic. HEX triplet: 85, 38 and 66. RGB value is (133,56,102). Sum of RGB (Red+Green+Blue) = 133+56+102=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #853866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853866 is #7AC799. Grayscale: #545454. Windows color (decimal): -8046490 or 6699141. OLE color: 6699141.

HSL color Cylindrical-coordinate representation of color #853866: hue angle of 324.16º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853866 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 102 -
CMYK 0 0.58 0.23 0.48
HSL 324.16º 0.41% 0.37% -
HSV(B) 324.16º 0.58% 0.52% -
XYZ 13.49 8.77 13.55 -
YUV 84.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 133 56 102 0 0.58 0.23 0.48 324.16 0.41 0.37
Hex 85 38 66 0 3A 17 30 144 29 25
Octal 205 70 146 0 72 27 60 504 51 45
Binary 10000101 111000 1100110 0 111010 10111 110000 101000100 101001 100101

Color Harmonies of #853866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853866

Black with #853866

Text Example


Text Example

White with #853866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853866; }

 p { color: rgb(133,56,102); }

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

background-color css

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

 a { background-color: rgb(133,56,102); }

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

border-color css

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

 span { border-color: rgb(133,56,102); }

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