Html Css Color HEX #855CAB Ce Soir

📋 copy color: '#855CAB'

red 133 ◦ green 92 ◦ blue 171

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

Shades of Ce Soir #855CAB

Tints of Ce Soir #855CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.23%

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

R = 33.59%
G = 23.23%
B = 43.18%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#855CAB (or 0x855CAB) is known color: Ce Soir. HEX triplet: 85, 5C and AB. RGB value is (133,92,171). Sum of RGB (Red+Green+Blue) = 133+92+171=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 92 (36.33% from 255 or 23.23% 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 #855CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAB is #7AA354. Grayscale: #707070. Windows color (decimal): -8037205 or 11230341. OLE color: 11230341.

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

Color convert

RGB 133 92 171 -
CMYK 0.22 0.46 0 0.33
HSL 271.14º 0.32% 0.52% -
HSV(B) 271.14º 0.46% 0.67% -
XYZ 20.85 15.58 40.44 -
YUV 113.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 133 92 171 0.22 0.46 0 0.33 271.14 0.32 0.52
Hex 85 5C AB 16 2E 0 21 10F 20 34
Octal 205 134 253 26 56 0 41 417 40 64
Binary 10000101 1011100 10101011 10110 101110 0 100001 100001111 100000 110100

Color Harmonies of #855CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CAB

Black with #855CAB

Text Example


Text Example

White with #855CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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