Html Css Color HEX #945DB6 Deep Lilac

📋 copy color: '#945DB6'

red 148 ◦ green 93 ◦ blue 182

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

Shades of Deep Lilac #945DB6

Tints of Deep Lilac #945DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 34.99%
G = 21.99%
B = 43.03%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#945DB6 (or 0x945DB6) is known color: Deep Lilac. HEX triplet: 94, 5D and B6. RGB value is (148,93,182). Sum of RGB (Red+Green+Blue) = 148+93+182=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #945DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DB6 is #6BA249. Grayscale: #777777. Windows color (decimal): -7053898 or 11951508. OLE color: 11951508.

HSL color Cylindrical-coordinate representation of color #945DB6: hue angle of 277.08º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #945DB6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 93 182 -
CMYK 0.19 0.49 0 0.29
HSL 277.08º 0.38% 0.54% -
HSV(B) 277.08º 0.49% 0.71% -
XYZ 24.57 17.5 46.34 -
YUV 119.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 148 93 182 0.19 0.49 0 0.29 277.08 0.38 0.54
Hex 94 5D B6 13 31 0 1D 115 26 36
Octal 224 135 266 23 61 0 35 425 46 66
Binary 10010100 1011101 10110110 10011 110001 0 11101 100010101 100110 110110

Color Harmonies of #945DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DB6

Black with #945DB6

Text Example


Text Example

White with #945DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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