Html Css Color HEX #9052BC Deep Lilac

📋 copy color: '#9052BC'

red 144 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #9052BC

Tints of Deep Lilac #9052BC

RGB

 RED value IS 144 (56.64% from 255) = 34.78%

 GREEN value IS 82 (32.42% from 255) = 19.81%

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

R = 34.78%
G = 19.81%
B = 45.41%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9052BC (or 0x9052BC) is known color: Deep Lilac. HEX triplet: 90, 52 and BC. RGB value is (144,82,188). Sum of RGB (Red+Green+Blue) = 144+82+188=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #9052BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052BC is #6FAD43. Grayscale: #707070. Windows color (decimal): -7318852 or 12341904. OLE color: 12341904.

HSL color Cylindrical-coordinate representation of color #9052BC: hue angle of 275.09º 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 #9052BC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 82 188 -
CMYK 0.23 0.56 0 0.26
HSL 275.09º 0.44% 0.53% -
HSV(B) 275.09º 0.56% 0.74% -
XYZ 23.6 15.59 49.34 -
YUV 112.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 144 82 188 0.23 0.56 0 0.26 275.09 0.44 0.53
Hex 90 52 BC 17 38 0 1A 113 2C 35
Octal 220 122 274 27 70 0 32 423 54 65
Binary 10010000 1010010 10111100 10111 111000 0 11010 100010011 101100 110101

Color Harmonies of #9052BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052BC

Black with #9052BC

Text Example


Text Example

White with #9052BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,82,188); }

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

background-color css

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

 a { background-color: rgb(144,82,188); }

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

border-color css

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

 span { border-color: rgb(144,82,188); }

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