Html Css Color HEX #865FAB Ce Soir

📋 copy color: '#865FAB'

red 134 ◦ green 95 ◦ blue 171

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

Shades of Ce Soir #865FAB

Tints of Ce Soir #865FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 33.5%
G = 23.75%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#865FAB (or 0x865FAB) is known color: Ce Soir. HEX triplet: 86, 5F and AB. RGB value is (134,95,171). Sum of RGB (Red+Green+Blue) = 134+95+171=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #865FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865FAB is #79A054. Grayscale: #737373. Windows color (decimal): -7970901 or 11231110. OLE color: 11231110.

HSL color Cylindrical-coordinate representation of color #865FAB: hue angle of 270.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865FAB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 95 171 -
CMYK 0.22 0.44 0 0.33
HSL 270.79º 0.31% 0.52% -
HSV(B) 270.79º 0.44% 0.67% -
XYZ 21.27 16.19 40.53 -
YUV 115.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 134 95 171 0.22 0.44 0 0.33 270.79 0.31 0.52
Hex 86 5F AB 16 2C 0 21 10F 1F 34
Octal 206 137 253 26 54 0 41 417 37 64
Binary 10000110 1011111 10101011 10110 101100 0 100001 100001111 11111 110100

Color Harmonies of #865FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FAB

Black with #865FAB

Text Example


Text Example

White with #865FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,95,171); }

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

background-color css

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

 a { background-color: rgb(134,95,171); }

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

border-color css

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

 span { border-color: rgb(134,95,171); }

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