Html Css Color HEX #865AA8 Ce Soir

📋 copy color: '#865AA8'

red 134 ◦ green 90 ◦ blue 168

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

Shades of Ce Soir #865AA8

Tints of Ce Soir #865AA8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

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

R = 34.18%
G = 22.96%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#865AA8 (or 0x865AA8) is known color: Ce Soir. HEX triplet: 86, 5A and A8. RGB value is (134,90,168). Sum of RGB (Red+Green+Blue) = 134+90+168=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 168 - color contains mainly: blue. Hex color #865AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AA8 is #79A557. Grayscale: #6F6F6F. Windows color (decimal): -7972184 or 11033222. OLE color: 11033222.

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

Color convert

RGB 134 90 168 -
CMYK 0.20 0.46 0 0.34
HSL 273.85º 0.31% 0.51% -
HSV(B) 273.85º 0.46% 0.66% -
XYZ 20.56 15.21 38.9 -
YUV 112.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 134 90 168 0.20 0.46 0 0.34 273.85 0.31 0.51
Hex 86 5A A8 14 2E 0 22 112 1F 33
Octal 206 132 250 24 56 0 42 422 37 63
Binary 10000110 1011010 10101000 10100 101110 0 100010 100010010 11111 110011

Color Harmonies of #865AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AA8

Black with #865AA8

Text Example


Text Example

White with #865AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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