Html Css Color HEX #855CBC Lilac Bush

📋 copy color: '#855CBC'

red 133 ◦ green 92 ◦ blue 188

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

Shades of Lilac Bush #855CBC

Tints of Lilac Bush #855CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 32.2%
G = 22.28%
B = 45.52%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#855CBC (or 0x855CBC) is known color: Lilac Bush. HEX triplet: 85, 5C and BC. RGB value is (133,92,188). Sum of RGB (Red+Green+Blue) = 133+92+188=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #855CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CBC is #7AA343. Grayscale: #727272. Windows color (decimal): -8037188 or 12344453. OLE color: 12344453.

HSL color Cylindrical-coordinate representation of color #855CBC: hue angle of 265.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855CBC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 92 188 -
CMYK 0.29 0.51 0 0.26
HSL 265.63º 0.42% 0.55% -
HSV(B) 265.63º 0.51% 0.74% -
XYZ 22.58 16.27 49.53 -
YUV 115.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 133 92 188 0.29 0.51 0 0.26 265.63 0.42 0.55
Hex 85 5C BC 1D 33 0 1A 10A 2A 37
Octal 205 134 274 35 63 0 32 412 52 67
Binary 10000101 1011100 10111100 11101 110011 0 11010 100001010 101010 110111

Color Harmonies of #855CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CBC

Black with #855CBC

Text Example


Text Example

White with #855CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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