Html Css Color HEX #8352BC Deep Lilac

📋 copy color: '#8352BC'

red 131 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #8352BC

Tints of Deep Lilac #8352BC

RGB

 RED value IS 131 (51.56% from 255) = 32.67%

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

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

R = 32.67%
G = 20.45%
B = 46.88%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8352BC (or 0x8352BC) is known color: Deep Lilac. HEX triplet: 83, 52 and BC. RGB value is (131,82,188). Sum of RGB (Red+Green+Blue) = 131+82+188=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8352BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352BC is #7CAD43. Grayscale: #6C6C6C. Windows color (decimal): -8170820 or 12341891. OLE color: 12341891.

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

Color convert

RGB 131 82 188 -
CMYK 0.30 0.56 0 0.26
HSL 267.74º 0.44% 0.53% -
HSV(B) 267.74º 0.56% 0.74% -
XYZ 21.45 14.49 49.24 -
YUV 108.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 131 82 188 0.30 0.56 0 0.26 267.74 0.44 0.53
Hex 83 52 BC 1E 38 0 1A 10C 2C 35
Octal 203 122 274 36 70 0 32 414 54 65
Binary 10000011 1010010 10111100 11110 111000 0 11010 100001100 101100 110101

Color Harmonies of #8352BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352BC

Black with #8352BC

Text Example


Text Example

White with #8352BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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