Html Css Color HEX #924CCA Deep Lilac

📋 copy color: '#924CCA'

red 146 ◦ green 76 ◦ blue 202

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

Shades of Deep Lilac #924CCA

Tints of Deep Lilac #924CCA

RGB

 RED value IS 146 (57.42% from 255) = 34.43%

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 34.43%
G = 17.92%
B = 47.64%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#924CCA (or 0x924CCA) is known color: Deep Lilac. HEX triplet: 92, 4C and CA. RGB value is (146,76,202). Sum of RGB (Red+Green+Blue) = 146+76+202=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #924CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CCA is #6DB335. Grayscale: #6E6E6E. Windows color (decimal): -7189302 or 13257874. OLE color: 13257874.

HSL color Cylindrical-coordinate representation of color #924CCA: hue angle of 273.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924CCA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 76 202 -
CMYK 0.28 0.62 0 0.21
HSL 273.33º 0.54% 0.55% -
HSV(B) 273.33º 0.62% 0.79% -
XYZ 25.1 15.54 57.55 -
YUV 111.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 146 76 202 0.28 0.62 0 0.21 273.33 0.54 0.55
Hex 92 4C CA 1C 3E 0 15 111 36 37
Octal 222 114 312 34 76 0 25 421 66 67
Binary 10010010 1001100 11001010 11100 111110 0 10101 100010001 110110 110111

Color Harmonies of #924CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924CCA

Black with #924CCA

Text Example


Text Example

White with #924CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924CCA; }

 p { color: rgb(146,76,202); }

 H1.HeaderClassName
 {
   color: #924CCA;
 }
 .AnyTagClassName
 {
   color: #924CCA;
 }
</style>

background-color css

<style>
 a { background-color: #924CCA; }

 a { background-color: rgb(146,76,202); }

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

border-color css

<style>
 span { border-color: #924CCA; }

 span { border-color: rgb(146,76,202); }

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