Html Css Color HEX #854673 Cosmic

📋 copy color: '#854673'

red 133 ◦ green 70 ◦ blue 115

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

Shades of Cosmic #854673

Tints of Cosmic #854673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 41.82%
G = 22.01%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854673 (or 0x854673) is known color: Cosmic. HEX triplet: 85, 46 and 73. RGB value is (133,70,115). Sum of RGB (Red+Green+Blue) = 133+70+115=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854673 is #7AB98C. Grayscale: #5D5D5D. Windows color (decimal): -8042893 or 7554693. OLE color: 7554693.

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

Color convert

RGB 133 70 115 -
CMYK 0 0.47 0.14 0.48
HSL 317.14º 0.31% 0.4% -
HSV(B) 317.14º 0.47% 0.52% -
XYZ 14.96 10.6 17.48 -
YUV 93.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 133 70 115 0 0.47 0.14 0.48 317.14 0.31 0.4
Hex 85 46 73 0 2F E 30 13D 1F 28
Octal 205 106 163 0 57 16 60 475 37 50
Binary 10000101 1000110 1110011 0 101111 1110 110000 100111101 11111 101000

Color Harmonies of #854673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854673

Black with #854673

Text Example


Text Example

White with #854673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854673; }

 p { color: rgb(133,70,115); }

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

background-color css

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

 a { background-color: rgb(133,70,115); }

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

border-color css

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

 span { border-color: rgb(133,70,115); }

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