Html Css Color HEX #854ABF Deep Lilac

📋 copy color: '#854ABF'

red 133 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #854ABF

Tints of Deep Lilac #854ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 33.42%
G = 18.59%
B = 47.99%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#854ABF (or 0x854ABF) is known color: Deep Lilac. HEX triplet: 85, 4A and BF. RGB value is (133,74,191). Sum of RGB (Red+Green+Blue) = 133+74+191=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #854ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ABF is #7AB540. Grayscale: #686868. Windows color (decimal): -8041793 or 12536453. OLE color: 12536453.

HSL color Cylindrical-coordinate representation of color #854ABF: hue angle of 270.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #854ABF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 74 191 -
CMYK 0.30 0.61 0 0.25
HSL 270.26º 0.48% 0.52% -
HSV(B) 270.26º 0.61% 0.75% -
XYZ 21.53 13.65 50.79 -
YUV 104.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 133 74 191 0.30 0.61 0 0.25 270.26 0.48 0.52
Hex 85 4A BF 1E 3D 0 19 10E 30 34
Octal 205 112 277 36 75 0 31 416 60 64
Binary 10000101 1001010 10111111 11110 111101 0 11001 100001110 110000 110100

Color Harmonies of #854ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ABF

Black with #854ABF

Text Example


Text Example

White with #854ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,74,191); }

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

background-color css

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

 a { background-color: rgb(133,74,191); }

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

border-color css

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

 span { border-color: rgb(133,74,191); }

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