Html Css Color HEX #923DAB Deep Lilac

📋 copy color: '#923DAB'

red 146 ◦ green 61 ◦ blue 171

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

Shades of Deep Lilac #923DAB

Tints of Deep Lilac #923DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 38.62%
G = 16.14%
B = 45.24%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#923DAB (or 0x923DAB) is known color: Deep Lilac. HEX triplet: 92, 3D and AB. RGB value is (146,61,171). Sum of RGB (Red+Green+Blue) = 146+61+171=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #923DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DAB is #6DC254. Grayscale: #626262. Windows color (decimal): -7193173 or 11222418. OLE color: 11222418.

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

Color convert

RGB 146 61 171 -
CMYK 0.15 0.64 0 0.33
HSL 286.36º 0.47% 0.45% -
HSV(B) 286.36º 0.64% 0.67% -
XYZ 20.87 12.39 39.82 -
YUV 98.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 146 61 171 0.15 0.64 0 0.33 286.36 0.47 0.45
Hex 92 3D AB F 40 0 21 11E 2F 2D
Octal 222 75 253 17 100 0 41 436 57 55
Binary 10010010 111101 10101011 1111 1000000 0 100001 100011110 101111 101101

Color Harmonies of #923DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DAB

Black with #923DAB

Text Example


Text Example

White with #923DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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