Html Css Color HEX #855FAB Ce Soir

📋 copy color: '#855FAB'

red 133 ◦ green 95 ◦ blue 171

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

Shades of Ce Soir #855FAB

Tints of Ce Soir #855FAB

RGB

 RED value IS 133 (52.34% from 255) = 33.33%

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

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

R = 33.33%
G = 23.81%
B = 42.86%

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

#855FAB (or 0x855FAB) is known color: Ce Soir. HEX triplet: 85, 5F and AB. RGB value is (133,95,171). Sum of RGB (Red+Green+Blue) = 133+95+171=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #855FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FAB is #7AA054. Grayscale: #727272. Windows color (decimal): -8036437 or 11231109. OLE color: 11231109.

HSL color Cylindrical-coordinate representation of color #855FAB: hue angle of 270º 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 #855FAB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 95 171 -
CMYK 0.22 0.44 0 0.33
HSL 270º 0.31% 0.52% -
HSV(B) 270º 0.44% 0.67% -
XYZ 21.12 16.11 40.52 -
YUV 115.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 133 95 171 0.22 0.44 0 0.33 270 0.31 0.52
Hex 85 5F AB 16 2C 0 21 10E 1F 34
Octal 205 137 253 26 54 0 41 416 37 64
Binary 10000101 1011111 10101011 10110 101100 0 100001 100001110 11111 110100

Color Harmonies of #855FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FAB

Black with #855FAB

Text Example


Text Example

White with #855FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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