Html Css Color HEX #9453B1 Deep Lilac

📋 copy color: '#9453B1'

red 148 ◦ green 83 ◦ blue 177

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

Shades of Deep Lilac #9453B1

Tints of Deep Lilac #9453B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

 BLUE value IS 177 (69.53% from 255) = 43.38%

R = 36.27%
G = 20.34%
B = 43.38%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9453B1 (or 0x9453B1) is known color: Deep Lilac. HEX triplet: 94, 53 and B1. RGB value is (148,83,177). Sum of RGB (Red+Green+Blue) = 148+83+177=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #9453B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9453B1 is #6BAC4E. Grayscale: #707070. Windows color (decimal): -7056463 or 11621268. OLE color: 11621268.

HSL color Cylindrical-coordinate representation of color #9453B1: hue angle of 281.49º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9453B1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 83 177 -
CMYK 0.16 0.53 0 0.31
HSL 281.49º 0.38% 0.51% -
HSV(B) 281.49º 0.53% 0.69% -
XYZ 23.24 15.66 43.39 -
YUV 113.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 148 83 177 0.16 0.53 0 0.31 281.49 0.38 0.51
Hex 94 53 B1 10 35 0 1F 119 26 33
Octal 224 123 261 20 65 0 37 431 46 63
Binary 10010100 1010011 10110001 10000 110101 0 11111 100011001 100110 110011

Color Harmonies of #9453B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453B1

Black with #9453B1

Text Example


Text Example

White with #9453B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9453B1; }

 p { color: rgb(148,83,177); }

 H1.HeaderClassName
 {
   color: #9453B1;
 }
 .AnyTagClassName
 {
   color: #9453B1;
 }
</style>

background-color css

<style>
 a { background-color: #9453B1; }

 a { background-color: rgb(148,83,177); }

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

border-color css

<style>
 span { border-color: #9453B1; }

 span { border-color: rgb(148,83,177); }

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