Html Css Color HEX #855FAF Deluge

📋 copy color: '#855FAF'

red 133 ◦ green 95 ◦ blue 175

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

Shades of Deluge #855FAF

Tints of Deluge #855FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 33%
G = 23.57%
B = 43.42%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#855FAF (or 0x855FAF) is known color: Deluge. HEX triplet: 85, 5F and AF. RGB value is (133,95,175). Sum of RGB (Red+Green+Blue) = 133+95+175=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #855FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FAF is #7AA050. Grayscale: #737373. Windows color (decimal): -8036433 or 11493253. OLE color: 11493253.

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

Color convert

RGB 133 95 175 -
CMYK 0.24 0.46 0 0.31
HSL 268.5º 0.33% 0.53% -
HSV(B) 268.5º 0.46% 0.69% -
XYZ 21.5 16.27 42.56 -
YUV 115.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 133 95 175 0.24 0.46 0 0.31 268.5 0.33 0.53
Hex 85 5F AF 18 2E 0 1F 10C 21 35
Octal 205 137 257 30 56 0 37 414 41 65
Binary 10000101 1011111 10101111 11000 101110 0 11111 100001100 100001 110101

Color Harmonies of #855FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FAF

Black with #855FAF

Text Example


Text Example

White with #855FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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