Html Css Color HEX #9448C6 Deep Lilac

📋 copy color: '#9448C6'

red 148 ◦ green 72 ◦ blue 198

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

Shades of Deep Lilac #9448C6

Tints of Deep Lilac #9448C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

 BLUE value IS 198 (77.73% from 255) = 47.37%

R = 35.41%
G = 17.22%
B = 47.37%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9448C6 (or 0x9448C6) is known color: Deep Lilac. HEX triplet: 94, 48 and C6. RGB value is (148,72,198). Sum of RGB (Red+Green+Blue) = 148+72+198=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #9448C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448C6 is #6BB739. Grayscale: #6C6C6C. Windows color (decimal): -7059258 or 12994708. OLE color: 12994708.

HSL color Cylindrical-coordinate representation of color #9448C6: hue angle of 276.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9448C6 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 72 198 -
CMYK 0.25 0.64 0 0.22
HSL 276.19º 0.53% 0.53% -
HSV(B) 276.19º 0.64% 0.78% -
XYZ 24.72 15.01 55.02 -
YUV 109.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 148 72 198 0.25 0.64 0 0.22 276.19 0.53 0.53
Hex 94 48 C6 19 40 0 16 114 34 35
Octal 224 110 306 31 100 0 26 424 64 65
Binary 10010100 1001000 11000110 11001 1000000 0 10110 100010100 110100 110101

Color Harmonies of #9448C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9448C6

Black with #9448C6

Text Example


Text Example

White with #9448C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9448C6; }

 p { color: rgb(148,72,198); }

 H1.HeaderClassName
 {
   color: #9448C6;
 }
 .AnyTagClassName
 {
   color: #9448C6;
 }
</style>

background-color css

<style>
 a { background-color: #9448C6; }

 a { background-color: rgb(148,72,198); }

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

border-color css

<style>
 span { border-color: #9448C6; }

 span { border-color: rgb(148,72,198); }

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