Html Css Color HEX #9453BC Deep Lilac

📋 copy color: '#9453BC'

red 148 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #9453BC

Tints of Deep Lilac #9453BC

RGB

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

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

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

R = 35.32%
G = 19.81%
B = 44.87%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9453BC (or 0x9453BC) is known color: Deep Lilac. HEX triplet: 94, 53 and BC. RGB value is (148,83,188). Sum of RGB (Red+Green+Blue) = 148+83+188=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9453BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453BC is #6BAC43. Grayscale: #727272. Windows color (decimal): -7056452 or 12342164. OLE color: 12342164.

HSL color Cylindrical-coordinate representation of color #9453BC: hue angle of 277.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9453BC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 83 188 -
CMYK 0.21 0.56 0 0.26
HSL 277.14º 0.44% 0.53% -
HSV(B) 277.14º 0.56% 0.74% -
XYZ 24.38 16.11 49.4 -
YUV 114.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 148 83 188 0.21 0.56 0 0.26 277.14 0.44 0.53
Hex 94 53 BC 15 38 0 1A 115 2C 35
Octal 224 123 274 25 70 0 32 425 54 65
Binary 10010100 1010011 10111100 10101 111000 0 11010 100010101 101100 110101

Color Harmonies of #9453BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453BC

Black with #9453BC

Text Example


Text Example

White with #9453BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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