Html Css Color HEX #865BAB Ce Soir

📋 copy color: '#865BAB'

red 134 ◦ green 91 ◦ blue 171

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

Shades of Ce Soir #865BAB

Tints of Ce Soir #865BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

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

R = 33.84%
G = 22.98%
B = 43.18%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#865BAB (or 0x865BAB) is known color: Ce Soir. HEX triplet: 86, 5B and AB. RGB value is (134,91,171). Sum of RGB (Red+Green+Blue) = 134+91+171=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #865BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BAB is #79A454. Grayscale: #707070. Windows color (decimal): -7971925 or 11230086. OLE color: 11230086.

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

Color convert

RGB 134 91 171 -
CMYK 0.22 0.47 0 0.33
HSL 272.25º 0.32% 0.51% -
HSV(B) 272.25º 0.47% 0.67% -
XYZ 20.92 15.49 40.42 -
YUV 112.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 134 91 171 0.22 0.47 0 0.33 272.25 0.32 0.51
Hex 86 5B AB 16 2F 0 21 110 20 33
Octal 206 133 253 26 57 0 41 420 40 63
Binary 10000110 1011011 10101011 10110 101111 0 100001 100010000 100000 110011

Color Harmonies of #865BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BAB

Black with #865BAB

Text Example


Text Example

White with #865BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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