Html Css Color HEX #854CBC Deep Lilac

📋 copy color: '#854CBC'

red 133 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #854CBC

Tints of Deep Lilac #854CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

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

R = 33.5%
G = 19.14%
B = 47.36%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#854CBC (or 0x854CBC) is known color: Deep Lilac. HEX triplet: 85, 4C and BC. RGB value is (133,76,188). Sum of RGB (Red+Green+Blue) = 133+76+188=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #854CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CBC is #7AB343. Grayscale: #696969. Windows color (decimal): -8041284 or 12340357. OLE color: 12340357.

HSL color Cylindrical-coordinate representation of color #854CBC: hue angle of 270.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854CBC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 76 188 -
CMYK 0.29 0.60 0 0.26
HSL 270.54º 0.46% 0.52% -
HSV(B) 270.54º 0.6% 0.74% -
XYZ 21.33 13.79 49.11 -
YUV 105.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 133 76 188 0.29 0.60 0 0.26 270.54 0.46 0.52
Hex 85 4C BC 1D 3C 0 1A 10F 2E 34
Octal 205 114 274 35 74 0 32 417 56 64
Binary 10000101 1001100 10111100 11101 111100 0 11010 100001111 101110 110100

Color Harmonies of #854CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CBC

Black with #854CBC

Text Example


Text Example

White with #854CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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