Html Css Color HEX #86719F Deluge

📋 copy color: '#86719F'

red 134 ◦ green 113 ◦ blue 159

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

Shades of Deluge #86719F

Tints of Deluge #86719F

RGB

 RED value IS 134 (52.73% from 255) = 33%

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 33%
G = 27.83%
B = 39.16%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86719F (or 0x86719F) is known color: Deluge. HEX triplet: 86, 71 and 9F. RGB value is (134,113,159). Sum of RGB (Red+Green+Blue) = 134+113+159=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #86719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86719F is #798E60. Grayscale: #7C7C7C. Windows color (decimal): -7966305 or 10449286. OLE color: 10449286.

HSL color Cylindrical-coordinate representation of color #86719F: hue angle of 267.39º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86719F is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 113 159 -
CMYK 0.16 0.29 0 0.38
HSL 267.39º 0.19% 0.53% -
HSV(B) 267.39º 0.29% 0.62% -
XYZ 21.99 19.38 35.38 -
YUV 124.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 134 113 159 0.16 0.29 0 0.38 267.39 0.19 0.53
Hex 86 71 9F 10 1D 0 26 10B 13 35
Octal 206 161 237 20 35 0 46 413 23 65
Binary 10000110 1110001 10011111 10000 11101 0 100110 100001011 10011 110101

Color Harmonies of #86719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86719F

Black with #86719F

Text Example


Text Example

White with #86719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86719F; }

 p { color: rgb(134,113,159); }

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

background-color css

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

 a { background-color: rgb(134,113,159); }

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

border-color css

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

 span { border-color: rgb(134,113,159); }

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