Html Css Color HEX #9448CC Deep Lilac

📋 copy color: '#9448CC'

red 148 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #9448CC

Tints of Deep Lilac #9448CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 34.91%
G = 16.98%
B = 48.11%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9448CC (or 0x9448CC) is known color: Deep Lilac. HEX triplet: 94, 48 and CC. RGB value is (148,72,204). Sum of RGB (Red+Green+Blue) = 148+72+204=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #9448CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448CC is #6BB733. Grayscale: #6D6D6D. Windows color (decimal): -7059252 or 13387924. OLE color: 13387924.

HSL color Cylindrical-coordinate representation of color #9448CC: hue angle of 274.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9448CC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 72 204 -
CMYK 0.27 0.65 0 0.2
HSL 274.55º 0.56% 0.54% -
HSV(B) 274.55º 0.65% 0.8% -
XYZ 25.43 15.29 58.74 -
YUV 109.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 148 72 204 0.27 0.65 0 0.2 274.55 0.56 0.54
Hex 94 48 CC 1B 41 0 14 113 38 36
Octal 224 110 314 33 101 0 24 423 70 66
Binary 10010100 1001000 11001100 11011 1000001 0 10100 100010011 111000 110110

Color Harmonies of #9448CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9448CC

Black with #9448CC

Text Example


Text Example

White with #9448CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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