Html Css Color HEX #855BAD Ce Soir

📋 copy color: '#855BAD'

red 133 ◦ green 91 ◦ blue 173

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

Shades of Ce Soir #855BAD

Tints of Ce Soir #855BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 33.5%
G = 22.92%
B = 43.58%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#855BAD (or 0x855BAD) is known color: Ce Soir. HEX triplet: 85, 5B and AD. RGB value is (133,91,173). Sum of RGB (Red+Green+Blue) = 133+91+173=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #855BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BAD is #7AA452. Grayscale: #707070. Windows color (decimal): -8037459 or 11361157. OLE color: 11361157.

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

Color convert

RGB 133 91 173 -
CMYK 0.23 0.47 0 0.32
HSL 270.73º 0.33% 0.52% -
HSV(B) 270.73º 0.47% 0.68% -
XYZ 20.96 15.49 41.42 -
YUV 112.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 133 91 173 0.23 0.47 0 0.32 270.73 0.33 0.52
Hex 85 5B AD 17 2F 0 20 10F 21 34
Octal 205 133 255 27 57 0 40 417 41 64
Binary 10000101 1011011 10101101 10111 101111 0 100000 100001111 100001 110100

Color Harmonies of #855BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BAD

Black with #855BAD

Text Example


Text Example

White with #855BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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