Html Css Color HEX #925DB3 Deep Lilac

📋 copy color: '#925DB3'

red 146 ◦ green 93 ◦ blue 179

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

Shades of Deep Lilac #925DB3

Tints of Deep Lilac #925DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 34.93%
G = 22.25%
B = 42.82%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#925DB3 (or 0x925DB3) is known color: Deep Lilac. HEX triplet: 92, 5D and B3. RGB value is (146,93,179). Sum of RGB (Red+Green+Blue) = 146+93+179=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #925DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DB3 is #6DA24C. Grayscale: #767676. Windows color (decimal): -7184973 or 11754898. OLE color: 11754898.

HSL color Cylindrical-coordinate representation of color #925DB3: hue angle of 276.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #925DB3 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 93 179 -
CMYK 0.18 0.48 0 0.30
HSL 276.98º 0.36% 0.53% -
HSV(B) 276.98º 0.48% 0.7% -
XYZ 23.91 17.19 44.71 -
YUV 118.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 146 93 179 0.18 0.48 0 0.30 276.98 0.36 0.53
Hex 92 5D B3 12 30 0 1E 115 24 35
Octal 222 135 263 22 60 0 36 425 44 65
Binary 10010010 1011101 10110011 10010 110000 0 11110 100010101 100100 110101

Color Harmonies of #925DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925DB3

Black with #925DB3

Text Example


Text Example

White with #925DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925DB3; }

 p { color: rgb(146,93,179); }

 H1.HeaderClassName
 {
   color: #925DB3;
 }
 .AnyTagClassName
 {
   color: #925DB3;
 }
</style>

background-color css

<style>
 a { background-color: #925DB3; }

 a { background-color: rgb(146,93,179); }

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

border-color css

<style>
 span { border-color: #925DB3; }

 span { border-color: rgb(146,93,179); }

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