Html Css Color HEX #9352BE Deep Lilac

📋 copy color: '#9352BE'

red 147 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #9352BE

Tints of Deep Lilac #9352BE

RGB

 RED value IS 147 (57.81% from 255) = 35.08%

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 35.08%
G = 19.57%
B = 45.35%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9352BE (or 0x9352BE) is known color: Deep Lilac. HEX triplet: 93, 52 and BE. RGB value is (147,82,190). Sum of RGB (Red+Green+Blue) = 147+82+190=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9352BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352BE is #6CAD41. Grayscale: #717171. Windows color (decimal): -7122242 or 12472979. OLE color: 12472979.

HSL color Cylindrical-coordinate representation of color #9352BE: hue angle of 276.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9352BE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 82 190 -
CMYK 0.23 0.57 0 0.25
HSL 276.11º 0.45% 0.53% -
HSV(B) 276.11º 0.57% 0.75% -
XYZ 24.34 15.96 50.51 -
YUV 113.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 147 82 190 0.23 0.57 0 0.25 276.11 0.45 0.53
Hex 93 52 BE 17 39 0 19 114 2D 35
Octal 223 122 276 27 71 0 31 424 55 65
Binary 10010011 1010010 10111110 10111 111001 0 11001 100010100 101101 110101

Color Harmonies of #9352BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352BE

Black with #9352BE

Text Example


Text Example

White with #9352BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9352BE; }

 p { color: rgb(147,82,190); }

 H1.HeaderClassName
 {
   color: #9352BE;
 }
 .AnyTagClassName
 {
   color: #9352BE;
 }
</style>

background-color css

<style>
 a { background-color: #9352BE; }

 a { background-color: rgb(147,82,190); }

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

border-color css

<style>
 span { border-color: #9352BE; }

 span { border-color: rgb(147,82,190); }

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