Html Css Color HEX #9448CB Deep Lilac

📋 copy color: '#9448CB'

red 148 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #9448CB

Tints of Deep Lilac #9448CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 34.99%
G = 17.02%
B = 47.99%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9448CB (or 0x9448CB) is known color: Deep Lilac. HEX triplet: 94, 48 and CB. RGB value is (148,72,203). Sum of RGB (Red+Green+Blue) = 148+72+203=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #9448CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448CB is #6BB734. Grayscale: #6D6D6D. Windows color (decimal): -7059253 or 13322388. OLE color: 13322388.

HSL color Cylindrical-coordinate representation of color #9448CB: hue angle of 274.81º 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 #9448CB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 72 203 -
CMYK 0.27 0.65 0 0.20
HSL 274.81º 0.56% 0.54% -
HSV(B) 274.81º 0.65% 0.8% -
XYZ 25.31 15.24 58.11 -
YUV 109.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 148 72 203 0.27 0.65 0 0.20 274.81 0.56 0.54
Hex 94 48 CB 1B 41 0 14 113 38 36
Octal 224 110 313 33 101 0 24 423 70 66
Binary 10010100 1001000 11001011 11011 1000001 0 10100 100010011 111000 110110

Color Harmonies of #9448CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9448CB

Black with #9448CB

Text Example


Text Example

White with #9448CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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