Html Css Color HEX #945ABC Deep Lilac

📋 copy color: '#945ABC'

red 148 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #945ABC

Tints of Deep Lilac #945ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.13%

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 34.74%
G = 21.13%
B = 44.13%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#945ABC (or 0x945ABC) is known color: Deep Lilac. HEX triplet: 94, 5A and BC. RGB value is (148,90,188). Sum of RGB (Red+Green+Blue) = 148+90+188=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #945ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ABC is #6BA543. Grayscale: #767676. Windows color (decimal): -7054660 or 12343956. OLE color: 12343956.

HSL color Cylindrical-coordinate representation of color #945ABC: hue angle of 275.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945ABC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 90 188 -
CMYK 0.21 0.52 0 0.26
HSL 275.51º 0.42% 0.55% -
HSV(B) 275.51º 0.52% 0.74% -
XYZ 24.95 17.24 49.59 -
YUV 118.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 148 90 188 0.21 0.52 0 0.26 275.51 0.42 0.55
Hex 94 5A BC 15 34 0 1A 114 2A 37
Octal 224 132 274 25 64 0 32 424 52 67
Binary 10010100 1011010 10111100 10101 110100 0 11010 100010100 101010 110111

Color Harmonies of #945ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ABC

Black with #945ABC

Text Example


Text Example

White with #945ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,90,188); }

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

background-color css

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

 a { background-color: rgb(148,90,188); }

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

border-color css

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

 span { border-color: rgb(148,90,188); }

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