Html Css Color HEX #854472 Cosmic

📋 copy color: '#854472'

red 133 ◦ green 68 ◦ blue 114

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

Shades of Cosmic #854472

Tints of Cosmic #854472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 42.22%
G = 21.59%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854472 (or 0x854472) is known color: Cosmic. HEX triplet: 85, 44 and 72. RGB value is (133,68,114). Sum of RGB (Red+Green+Blue) = 133+68+114=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854472 is #7ABB8D. Grayscale: #5C5C5C. Windows color (decimal): -8043406 or 7488645. OLE color: 7488645.

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

Color convert

RGB 133 68 114 -
CMYK 0 0.49 0.14 0.48
HSL 317.54º 0.32% 0.39% -
HSV(B) 317.54º 0.49% 0.52% -
XYZ 14.78 10.34 17.14 -
YUV 92.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 133 68 114 0 0.49 0.14 0.48 317.54 0.32 0.39
Hex 85 44 72 0 31 E 30 13E 20 27
Octal 205 104 162 0 61 16 60 476 40 47
Binary 10000101 1000100 1110010 0 110001 1110 110000 100111110 100000 100111

Color Harmonies of #854472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854472

Black with #854472

Text Example


Text Example

White with #854472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854472; }

 p { color: rgb(133,68,114); }

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

background-color css

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

 a { background-color: rgb(133,68,114); }

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

border-color css

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

 span { border-color: rgb(133,68,114); }

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