Html Css Color HEX #854ACD Deep Lilac

📋 copy color: '#854ACD'

red 133 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #854ACD

Tints of Deep Lilac #854ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 32.28%
G = 17.96%
B = 49.76%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#854ACD (or 0x854ACD) is known color: Deep Lilac. HEX triplet: 85, 4A and CD. RGB value is (133,74,205). Sum of RGB (Red+Green+Blue) = 133+74+205=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #854ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ACD is #7AB532. Grayscale: #6A6A6A. Windows color (decimal): -8041779 or 13453957. OLE color: 13453957.

HSL color Cylindrical-coordinate representation of color #854ACD: hue angle of 267.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854ACD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 74 205 -
CMYK 0.35 0.64 0 0.20
HSL 267.02º 0.57% 0.55% -
HSV(B) 267.02º 0.64% 0.8% -
XYZ 23.14 14.29 59.3 -
YUV 106.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 133 74 205 0.35 0.64 0 0.20 267.02 0.57 0.55
Hex 85 4A CD 23 40 0 14 10B 39 37
Octal 205 112 315 43 100 0 24 413 71 67
Binary 10000101 1001010 11001101 100011 1000000 0 10100 100001011 111001 110111

Color Harmonies of #854ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ACD

Black with #854ACD

Text Example


Text Example

White with #854ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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