Html Css Color HEX #854070 Cosmic

📋 copy color: '#854070'

red 133 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #854070

Tints of Cosmic #854070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 43.04%
G = 20.71%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854070 (or 0x854070) is known color: Cosmic. HEX triplet: 85, 40 and 70. RGB value is (133,64,112). Sum of RGB (Red+Green+Blue) = 133+64+112=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854070 is #7ABF8F. Grayscale: #595959. Windows color (decimal): -8044432 or 7356549. OLE color: 7356549.

HSL color Cylindrical-coordinate representation of color #854070: hue angle of 318.26º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854070 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 112 -
CMYK 0 0.52 0.16 0.48
HSL 318.26º 0.35% 0.39% -
HSV(B) 318.26º 0.52% 0.52% -
XYZ 14.43 9.82 16.46 -
YUV 90.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 133 64 112 0 0.52 0.16 0.48 318.26 0.35 0.39
Hex 85 40 70 0 34 10 30 13E 23 27
Octal 205 100 160 0 64 20 60 476 43 47
Binary 10000101 1000000 1110000 0 110100 10000 110000 100111110 100011 100111

Color Harmonies of #854070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854070

Black with #854070

Text Example


Text Example

White with #854070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854070; }

 p { color: rgb(133,64,112); }

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

background-color css

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

 a { background-color: rgb(133,64,112); }

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

border-color css

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

 span { border-color: rgb(133,64,112); }

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