Html Css Color HEX #865DA8 Ce Soir

📋 copy color: '#865DA8'

red 134 ◦ green 93 ◦ blue 168

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

Shades of Ce Soir #865DA8

Tints of Ce Soir #865DA8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 33.92%
G = 23.54%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#865DA8 (or 0x865DA8) is known color: Ce Soir. HEX triplet: 86, 5D and A8. RGB value is (134,93,168). Sum of RGB (Red+Green+Blue) = 134+93+168=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #865DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DA8 is #79A257. Grayscale: #717171. Windows color (decimal): -7971416 or 11033990. OLE color: 11033990.

HSL color Cylindrical-coordinate representation of color #865DA8: hue angle of 272.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865DA8 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 93 168 -
CMYK 0.20 0.45 0 0.34
HSL 272.8º 0.3% 0.51% -
HSV(B) 272.8º 0.45% 0.66% -
XYZ 20.81 15.72 38.98 -
YUV 113.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 134 93 168 0.20 0.45 0 0.34 272.8 0.3 0.51
Hex 86 5D A8 14 2D 0 22 111 1E 33
Octal 206 135 250 24 55 0 42 421 36 63
Binary 10000110 1011101 10101000 10100 101101 0 100010 100010001 11110 110011

Color Harmonies of #865DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DA8

Black with #865DA8

Text Example


Text Example

White with #865DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865DA8; }

 p { color: rgb(134,93,168); }

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

background-color css

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

 a { background-color: rgb(134,93,168); }

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

border-color css

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

 span { border-color: rgb(134,93,168); }

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