Html Css Color HEX #854471 Cosmic

📋 copy color: '#854471'

red 133 ◦ green 68 ◦ blue 113

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

Shades of Cosmic #854471

Tints of Cosmic #854471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 42.36%
G = 21.66%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#854471 (or 0x854471) is known color: Cosmic. HEX triplet: 85, 44 and 71. RGB value is (133,68,113). Sum of RGB (Red+Green+Blue) = 133+68+113=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854471 is #7ABB8E. Grayscale: #5C5C5C. Windows color (decimal): -8043407 or 7423109. OLE color: 7423109.

HSL color Cylindrical-coordinate representation of color #854471: hue angle of 318.46º 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 #854471 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 113 -
CMYK 0 0.49 0.15 0.48
HSL 318.46º 0.32% 0.39% -
HSV(B) 318.46º 0.49% 0.52% -
XYZ 14.72 10.31 16.84 -
YUV 92.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 133 68 113 0 0.49 0.15 0.48 318.46 0.32 0.39
Hex 85 44 71 0 31 F 30 13E 20 27
Octal 205 104 161 0 61 17 60 476 40 47
Binary 10000101 1000100 1110001 0 110001 1111 110000 100111110 100000 100111

Color Harmonies of #854471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854471

Black with #854471

Text Example


Text Example

White with #854471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854471; }

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

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

background-color css

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

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

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

border-color css

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

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

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