Html Css Color HEX #865AAB Ce Soir

📋 copy color: '#865AAB'

red 134 ◦ green 90 ◦ blue 171

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

Shades of Ce Soir #865AAB

Tints of Ce Soir #865AAB

RGB

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

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

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

R = 33.92%
G = 22.78%
B = 43.29%

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

#865AAB (or 0x865AAB) is known color: Ce Soir. HEX triplet: 86, 5A and AB. RGB value is (134,90,171). Sum of RGB (Red+Green+Blue) = 134+90+171=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #865AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AAB is #79A554. Grayscale: #707070. Windows color (decimal): -7972181 or 11229830. OLE color: 11229830.

HSL color Cylindrical-coordinate representation of color #865AAB: hue angle of 272.59º degrees, saturation: 0.33, 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 #865AAB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 90 171 -
CMYK 0.22 0.47 0 0.33
HSL 272.59º 0.33% 0.51% -
HSV(B) 272.59º 0.47% 0.67% -
XYZ 20.84 15.32 40.39 -
YUV 112.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 134 90 171 0.22 0.47 0 0.33 272.59 0.33 0.51
Hex 86 5A AB 16 2F 0 21 111 21 33
Octal 206 132 253 26 57 0 41 421 41 63
Binary 10000110 1011010 10101011 10110 101111 0 100001 100010001 100001 110011

Color Harmonies of #865AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AAB

Black with #865AAB

Text Example


Text Example

White with #865AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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