Html Css Color HEX #854A6B Cosmic

📋 copy color: '#854A6B'

red 133 ◦ green 74 ◦ blue 107

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

Shades of Cosmic #854A6B

Tints of Cosmic #854A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 42.36%
G = 23.57%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#854A6B (or 0x854A6B) is known color: Cosmic. HEX triplet: 85, 4A and 6B. RGB value is (133,74,107). Sum of RGB (Red+Green+Blue) = 133+74+107=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A6B is #7AB594. Grayscale: #5F5F5F. Windows color (decimal): -8041877 or 7031429. OLE color: 7031429.

HSL color Cylindrical-coordinate representation of color #854A6B: hue angle of 326.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A6B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 107 -
CMYK 0 0.44 0.20 0.48
HSL 326.44º 0.29% 0.41% -
HSV(B) 326.44º 0.44% 0.52% -
XYZ 14.78 10.95 15.24 -
YUV 95.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 133 74 107 0 0.44 0.20 0.48 326.44 0.29 0.41
Hex 85 4A 6B 0 2C 14 30 146 1D 29
Octal 205 112 153 0 54 24 60 506 35 51
Binary 10000101 1001010 1101011 0 101100 10100 110000 101000110 11101 101001

Color Harmonies of #854A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A6B

Black with #854A6B

Text Example


Text Example

White with #854A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854A6B; }

 p { color: rgb(133,74,107); }

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

background-color css

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

 a { background-color: rgb(133,74,107); }

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

border-color css

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

 span { border-color: rgb(133,74,107); }

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