Html Css Color HEX #923CAB Deep Lilac

📋 copy color: '#923CAB'

red 146 ◦ green 60 ◦ blue 171

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

Shades of Deep Lilac #923CAB

Tints of Deep Lilac #923CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

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

R = 38.73%
G = 15.92%
B = 45.36%

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

#923CAB (or 0x923CAB) is known color: Deep Lilac. HEX triplet: 92, 3C and AB. RGB value is (146,60,171). Sum of RGB (Red+Green+Blue) = 146+60+171=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #923CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923CAB is #6DC354. Grayscale: #626262. Windows color (decimal): -7193429 or 11222162. OLE color: 11222162.

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

Color convert

RGB 146 60 171 -
CMYK 0.15 0.65 0 0.33
HSL 286.49º 0.48% 0.45% -
HSV(B) 286.49º 0.65% 0.67% -
XYZ 20.82 12.28 39.8 -
YUV 98.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 146 60 171 0.15 0.65 0 0.33 286.49 0.48 0.45
Hex 92 3C AB F 41 0 21 11E 30 2D
Octal 222 74 253 17 101 0 41 436 60 55
Binary 10010010 111100 10101011 1111 1000001 0 100001 100011110 110000 101101

Color Harmonies of #923CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923CAB

Black with #923CAB

Text Example


Text Example

White with #923CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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