Html Css Color HEX #944ABC Deep Lilac

📋 copy color: '#944ABC'

red 148 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #944ABC

Tints of Deep Lilac #944ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 36.1%
G = 18.05%
B = 45.85%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#944ABC (or 0x944ABC) is known color: Deep Lilac. HEX triplet: 94, 4A and BC. RGB value is (148,74,188). Sum of RGB (Red+Green+Blue) = 148+74+188=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #944ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ABC is #6BB543. Grayscale: #6C6C6C. Windows color (decimal): -7058756 or 12339860. OLE color: 12339860.

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

Color convert

RGB 148 74 188 -
CMYK 0.21 0.61 0 0.26
HSL 278.95º 0.46% 0.51% -
HSV(B) 278.95º 0.61% 0.74% -
XYZ 23.74 14.82 49.19 -
YUV 109.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 148 74 188 0.21 0.61 0 0.26 278.95 0.46 0.51
Hex 94 4A BC 15 3D 0 1A 117 2E 33
Octal 224 112 274 25 75 0 32 427 56 63
Binary 10010100 1001010 10111100 10101 111101 0 11010 100010111 101110 110011

Color Harmonies of #944ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944ABC

Black with #944ABC

Text Example


Text Example

White with #944ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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