Html Css Color HEX #945DB0 Deep Lilac

📋 copy color: '#945DB0'

red 148 ◦ green 93 ◦ blue 176

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

Shades of Deep Lilac #945DB0

Tints of Deep Lilac #945DB0

RGB

 RED value IS 148 (58.2% from 255) = 35.49%

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 35.49%
G = 22.3%
B = 42.21%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#945DB0 (or 0x945DB0) is known color: Deep Lilac. HEX triplet: 94, 5D and B0. RGB value is (148,93,176). Sum of RGB (Red+Green+Blue) = 148+93+176=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 176 - color contains mainly: blue. Hex color #945DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945DB0 is #6BA24F. Grayscale: #767676. Windows color (decimal): -7053904 or 11558292. OLE color: 11558292.

HSL color Cylindrical-coordinate representation of color #945DB0: hue angle of 279.76º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945DB0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 93 176 -
CMYK 0.16 0.47 0 0.31
HSL 279.76º 0.34% 0.53% -
HSV(B) 279.76º 0.47% 0.69% -
XYZ 23.96 17.26 43.14 -
YUV 118.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 148 93 176 0.16 0.47 0 0.31 279.76 0.34 0.53
Hex 94 5D B0 10 2F 0 1F 118 22 35
Octal 224 135 260 20 57 0 37 430 42 65
Binary 10010100 1011101 10110000 10000 101111 0 11111 100011000 100010 110101

Color Harmonies of #945DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DB0

Black with #945DB0

Text Example


Text Example

White with #945DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945DB0; }

 p { color: rgb(148,93,176); }

 H1.HeaderClassName
 {
   color: #945DB0;
 }
 .AnyTagClassName
 {
   color: #945DB0;
 }
</style>

background-color css

<style>
 a { background-color: #945DB0; }

 a { background-color: rgb(148,93,176); }

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

border-color css

<style>
 span { border-color: #945DB0; }

 span { border-color: rgb(148,93,176); }

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