Html Css Color HEX #865AA7 Ce Soir

📋 copy color: '#865AA7'

red 134 ◦ green 90 ◦ blue 167

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

Shades of Ce Soir #865AA7

Tints of Ce Soir #865AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.71%

R = 34.27%
G = 23.02%
B = 42.71%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#865AA7 (or 0x865AA7) is known color: Ce Soir. HEX triplet: 86, 5A and A7. RGB value is (134,90,167). Sum of RGB (Red+Green+Blue) = 134+90+167=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #865AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AA7 is #79A558. Grayscale: #6F6F6F. Windows color (decimal): -7972185 or 10967686. OLE color: 10967686.

HSL color Cylindrical-coordinate representation of color #865AA7: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865AA7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 90 167 -
CMYK 0.20 0.46 0 0.35
HSL 274.29º 0.3% 0.5% -
HSV(B) 274.29º 0.46% 0.65% -
XYZ 20.46 15.17 38.41 -
YUV 111.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 134 90 167 0.20 0.46 0 0.35 274.29 0.3 0.5
Hex 86 5A A7 14 2E 0 23 112 1E 32
Octal 206 132 247 24 56 0 43 422 36 62
Binary 10000110 1011010 10100111 10100 101110 0 100011 100010010 11110 110010

Color Harmonies of #865AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AA7

Black with #865AA7

Text Example


Text Example

White with #865AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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