Html Css Color HEX #86619D Ce Soir

📋 copy color: '#86619D'

red 134 ◦ green 97 ◦ blue 157

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

Shades of Ce Soir #86619D

Tints of Ce Soir #86619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 34.54%
G = 25%
B = 40.46%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86619D (or 0x86619D) is known color: Ce Soir. HEX triplet: 86, 61 and 9D. RGB value is (134,97,157). Sum of RGB (Red+Green+Blue) = 134+97+157=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #86619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86619D is #799E62. Grayscale: #727272. Windows color (decimal): -7970403 or 10314118. OLE color: 10314118.

HSL color Cylindrical-coordinate representation of color #86619D: hue angle of 277º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86619D is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 97 157 -
CMYK 0.15 0.38 0 0.38
HSL 277º 0.24% 0.5% -
HSV(B) 277º 0.38% 0.62% -
XYZ 20.19 16.05 33.93 -
YUV 114.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 134 97 157 0.15 0.38 0 0.38 277 0.24 0.5
Hex 86 61 9D F 26 0 26 115 18 32
Octal 206 141 235 17 46 0 46 425 30 62
Binary 10000110 1100001 10011101 1111 100110 0 100110 100010101 11000 110010

Color Harmonies of #86619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86619D

Black with #86619D

Text Example


Text Example

White with #86619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86619D; }

 p { color: rgb(134,97,157); }

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

background-color css

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

 a { background-color: rgb(134,97,157); }

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

border-color css

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

 span { border-color: rgb(134,97,157); }

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