Html Css Color HEX #923DAC Deep Lilac

📋 copy color: '#923DAC'

red 146 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #923DAC

Tints of Deep Lilac #923DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 38.52%
G = 16.09%
B = 45.38%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#923DAC (or 0x923DAC) is known color: Deep Lilac. HEX triplet: 92, 3D and AC. RGB value is (146,61,172). Sum of RGB (Red+Green+Blue) = 146+61+172=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #923DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DAC is #6DC253. Grayscale: #626262. Windows color (decimal): -7193172 or 11287954. OLE color: 11287954.

HSL color Cylindrical-coordinate representation of color #923DAC: hue angle of 285.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923DAC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 61 172 -
CMYK 0.15 0.65 0 0.33
HSL 285.95º 0.48% 0.46% -
HSV(B) 285.95º 0.65% 0.67% -
XYZ 20.97 12.43 40.32 -
YUV 99.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 146 61 172 0.15 0.65 0 0.33 285.95 0.48 0.46
Hex 92 3D AC F 41 0 21 11E 30 2E
Octal 222 75 254 17 101 0 41 436 60 56
Binary 10010010 111101 10101100 1111 1000001 0 100001 100011110 110000 101110

Color Harmonies of #923DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DAC

Black with #923DAC

Text Example


Text Example

White with #923DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923DAC; }

 p { color: rgb(146,61,172); }

 H1.HeaderClassName
 {
   color: #923DAC;
 }
 .AnyTagClassName
 {
   color: #923DAC;
 }
</style>

background-color css

<style>
 a { background-color: #923DAC; }

 a { background-color: rgb(146,61,172); }

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

border-color css

<style>
 span { border-color: #923DAC; }

 span { border-color: rgb(146,61,172); }

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