Html Css Color HEX #854366 Cosmic

📋 copy color: '#854366'

red 133 ◦ green 67 ◦ blue 102

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

Shades of Cosmic #854366

Tints of Cosmic #854366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.19%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 44.04%
G = 22.19%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854366 (or 0x854366) is known color: Cosmic. HEX triplet: 85, 43 and 66. RGB value is (133,67,102). Sum of RGB (Red+Green+Blue) = 133+67+102=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854366 is #7ABC99. Grayscale: #5A5A5A. Windows color (decimal): -8043674 or 6701957. OLE color: 6701957.

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

Color convert

RGB 133 67 102 -
CMYK 0 0.50 0.23 0.48
HSL 328.18º 0.33% 0.39% -
HSV(B) 328.18º 0.5% 0.52% -
XYZ 14.08 9.96 13.75 -
YUV 90.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 133 67 102 0 0.50 0.23 0.48 328.18 0.33 0.39
Hex 85 43 66 0 32 17 30 148 21 27
Octal 205 103 146 0 62 27 60 510 41 47
Binary 10000101 1000011 1100110 0 110010 10111 110000 101001000 100001 100111

Color Harmonies of #854366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854366

Black with #854366

Text Example


Text Example

White with #854366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854366; }

 p { color: rgb(133,67,102); }

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

background-color css

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

 a { background-color: rgb(133,67,102); }

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

border-color css

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

 span { border-color: rgb(133,67,102); }

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