Html Css Color HEX #855FAE Deluge

📋 copy color: '#855FAE'

red 133 ◦ green 95 ◦ blue 174

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

Shades of Deluge #855FAE

Tints of Deluge #855FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.63%

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 33.08%
G = 23.63%
B = 43.28%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#855FAE (or 0x855FAE) is known color: Deluge. HEX triplet: 85, 5F and AE. RGB value is (133,95,174). Sum of RGB (Red+Green+Blue) = 133+95+174=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #855FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FAE is #7AA051. Grayscale: #737373. Windows color (decimal): -8036434 or 11427717. OLE color: 11427717.

HSL color Cylindrical-coordinate representation of color #855FAE: hue angle of 268.86º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855FAE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 95 174 -
CMYK 0.24 0.45 0 0.32
HSL 268.86º 0.33% 0.53% -
HSV(B) 268.86º 0.45% 0.68% -
XYZ 21.41 16.23 42.05 -
YUV 115.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 133 95 174 0.24 0.45 0 0.32 268.86 0.33 0.53
Hex 85 5F AE 18 2D 0 20 10D 21 35
Octal 205 137 256 30 55 0 40 415 41 65
Binary 10000101 1011111 10101110 11000 101101 0 100000 100001101 100001 110101

Color Harmonies of #855FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FAE

Black with #855FAE

Text Example


Text Example

White with #855FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855FAE; }

 p { color: rgb(133,95,174); }

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

background-color css

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

 a { background-color: rgb(133,95,174); }

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

border-color css

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

 span { border-color: rgb(133,95,174); }

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