Html Css Color HEX #8358BA Deep Lilac

📋 copy color: '#8358BA'

red 131 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #8358BA

Tints of Deep Lilac #8358BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 32.35%
G = 21.73%
B = 45.93%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8358BA (or 0x8358BA) is known color: Deep Lilac. HEX triplet: 83, 58 and BA. RGB value is (131,88,186). Sum of RGB (Red+Green+Blue) = 131+88+186=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8358BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358BA is #7CA745. Grayscale: #6F6F6F. Windows color (decimal): -8169286 or 12212355. OLE color: 12212355.

HSL color Cylindrical-coordinate representation of color #8358BA: hue angle of 266.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8358BA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 88 186 -
CMYK 0.30 0.53 0 0.27
HSL 266.33º 0.42% 0.54% -
HSV(B) 266.33º 0.53% 0.73% -
XYZ 21.71 15.35 48.27 -
YUV 112.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 131 88 186 0.30 0.53 0 0.27 266.33 0.42 0.54
Hex 83 58 BA 1E 35 0 1B 10A 2A 36
Octal 203 130 272 36 65 0 33 412 52 66
Binary 10000011 1011000 10111010 11110 110101 0 11011 100001010 101010 110110

Color Harmonies of #8358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358BA

Black with #8358BA

Text Example


Text Example

White with #8358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8358BA; }

 p { color: rgb(131,88,186); }

 H1.HeaderClassName
 {
   color: #8358BA;
 }
 .AnyTagClassName
 {
   color: #8358BA;
 }
</style>

background-color css

<style>
 a { background-color: #8358BA; }

 a { background-color: rgb(131,88,186); }

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

border-color css

<style>
 span { border-color: #8358BA; }

 span { border-color: rgb(131,88,186); }

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