Html Css Color HEX #8349CA Deep Lilac

📋 copy color: '#8349CA'

red 131 ◦ green 73 ◦ blue 202

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

Shades of Deep Lilac #8349CA

Tints of Deep Lilac #8349CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 32.27%
G = 17.98%
B = 49.75%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8349CA (or 0x8349CA) is known color: Deep Lilac. HEX triplet: 83, 49 and CA. RGB value is (131,73,202). Sum of RGB (Red+Green+Blue) = 131+73+202=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8349CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349CA is #7CB635. Grayscale: #686868. Windows color (decimal): -8173110 or 13257091. OLE color: 13257091.

HSL color Cylindrical-coordinate representation of color #8349CA: hue angle of 266.98º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8349CA is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 73 202 -
CMYK 0.35 0.64 0 0.21
HSL 266.98º 0.55% 0.54% -
HSV(B) 266.98º 0.64% 0.79% -
XYZ 22.4 13.85 57.37 -
YUV 105.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 131 73 202 0.35 0.64 0 0.21 266.98 0.55 0.54
Hex 83 49 CA 23 40 0 15 10B 37 36
Octal 203 111 312 43 100 0 25 413 67 66
Binary 10000011 1001001 11001010 100011 1000000 0 10101 100001011 110111 110110

Color Harmonies of #8349CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349CA

Black with #8349CA

Text Example


Text Example

White with #8349CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8349CA; }

 p { color: rgb(131,73,202); }

 H1.HeaderClassName
 {
   color: #8349CA;
 }
 .AnyTagClassName
 {
   color: #8349CA;
 }
</style>

background-color css

<style>
 a { background-color: #8349CA; }

 a { background-color: rgb(131,73,202); }

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

border-color css

<style>
 span { border-color: #8349CA; }

 span { border-color: rgb(131,73,202); }

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