Html Css Color HEX #8458BB Deep Lilac

📋 copy color: '#8458BB'

red 132 ◦ green 88 ◦ blue 187

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

Shades of Deep Lilac #8458BB

Tints of Deep Lilac #8458BB

RGB

 RED value IS 132 (51.95% from 255) = 32.43%

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 32.43%
G = 21.62%
B = 45.95%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8458BB (or 0x8458BB) is known color: Deep Lilac. HEX triplet: 84, 58 and BB. RGB value is (132,88,187). Sum of RGB (Red+Green+Blue) = 132+88+187=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #8458BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458BB is #7BA744. Grayscale: #707070. Windows color (decimal): -8103749 or 12277892. OLE color: 12277892.

HSL color Cylindrical-coordinate representation of color #8458BB: hue angle of 266.67º 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 #8458BB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 88 187 -
CMYK 0.29 0.53 0 0.27
HSL 266.67º 0.42% 0.54% -
HSV(B) 266.67º 0.53% 0.73% -
XYZ 21.98 15.47 48.84 -
YUV 112.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 132 88 187 0.29 0.53 0 0.27 266.67 0.42 0.54
Hex 84 58 BB 1D 35 0 1B 10B 2A 36
Octal 204 130 273 35 65 0 33 413 52 66
Binary 10000100 1011000 10111011 11101 110101 0 11011 100001011 101010 110110

Color Harmonies of #8458BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458BB

Black with #8458BB

Text Example


Text Example

White with #8458BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8458BB; }

 p { color: rgb(132,88,187); }

 H1.HeaderClassName
 {
   color: #8458BB;
 }
 .AnyTagClassName
 {
   color: #8458BB;
 }
</style>

background-color css

<style>
 a { background-color: #8458BB; }

 a { background-color: rgb(132,88,187); }

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

border-color css

<style>
 span { border-color: #8458BB; }

 span { border-color: rgb(132,88,187); }

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