Html Css Color HEX #923DB1 Deep Lilac

📋 copy color: '#923DB1'

red 146 ◦ green 61 ◦ blue 177

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

Shades of Deep Lilac #923DB1

Tints of Deep Lilac #923DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.09%

R = 38.02%
G = 15.89%
B = 46.09%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#923DB1 (or 0x923DB1) is known color: Deep Lilac. HEX triplet: 92, 3D and B1. RGB value is (146,61,177). Sum of RGB (Red+Green+Blue) = 146+61+177=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #923DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DB1 is #6DC24E. Grayscale: #636363. Windows color (decimal): -7193167 or 11615634. OLE color: 11615634.

HSL color Cylindrical-coordinate representation of color #923DB1: hue angle of 283.97º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923DB1 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 61 177 -
CMYK 0.18 0.66 0 0.31
HSL 283.97º 0.49% 0.47% -
HSV(B) 283.97º 0.66% 0.69% -
XYZ 21.46 12.62 42.9 -
YUV 99.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 146 61 177 0.18 0.66 0 0.31 283.97 0.49 0.47
Hex 92 3D B1 12 42 0 1F 11C 31 2F
Octal 222 75 261 22 102 0 37 434 61 57
Binary 10010010 111101 10110001 10010 1000010 0 11111 100011100 110001 101111

Color Harmonies of #923DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923DB1

Black with #923DB1

Text Example


Text Example

White with #923DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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