Html Css Color HEX #855BAC Ce Soir

📋 copy color: '#855BAC'

red 133 ◦ green 91 ◦ blue 172

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

Shades of Ce Soir #855BAC

Tints of Ce Soir #855BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 33.59%
G = 22.98%
B = 43.43%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#855BAC (or 0x855BAC) is known color: Ce Soir. HEX triplet: 85, 5B and AC. RGB value is (133,91,172). Sum of RGB (Red+Green+Blue) = 133+91+172=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #855BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BAC is #7AA453. Grayscale: #707070. Windows color (decimal): -8037460 or 11295621. OLE color: 11295621.

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

Color convert

RGB 133 91 172 -
CMYK 0.23 0.47 0 0.33
HSL 271.11º 0.33% 0.52% -
HSV(B) 271.11º 0.47% 0.67% -
XYZ 20.86 15.45 40.91 -
YUV 112.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 133 91 172 0.23 0.47 0 0.33 271.11 0.33 0.52
Hex 85 5B AC 17 2F 0 21 10F 21 34
Octal 205 133 254 27 57 0 41 417 41 64
Binary 10000101 1011011 10101100 10111 101111 0 100001 100001111 100001 110100

Color Harmonies of #855BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BAC

Black with #855BAC

Text Example


Text Example

White with #855BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,172); }

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

background-color css

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

 a { background-color: rgb(133,91,172); }

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

border-color css

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

 span { border-color: rgb(133,91,172); }

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