Html Css Color HEX #8F55B5 Deep Lilac

📋 copy color: '#8F55B5'

red 143 ◦ green 85 ◦ blue 181

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

Shades of Deep Lilac #8F55B5

Tints of Deep Lilac #8F55B5

RGB

 RED value IS 143 (56.25% from 255) = 34.96%

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 34.96%
G = 20.78%
B = 44.25%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8F55B5 (or 0x8F55B5) is known color: Deep Lilac. HEX triplet: 8F, 55 and B5. RGB value is (143,85,181). Sum of RGB (Red+Green+Blue) = 143+85+181=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #8F55B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55B5 is #70AA4A. Grayscale: #707070. Windows color (decimal): -7383627 or 11883919. OLE color: 11883919.

HSL color Cylindrical-coordinate representation of color #8F55B5: hue angle of 276.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F55B5 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 85 181 -
CMYK 0.21 0.53 0 0.29
HSL 276.25º 0.39% 0.52% -
HSV(B) 276.25º 0.53% 0.71% -
XYZ 22.92 15.67 45.53 -
YUV 113.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 143 85 181 0.21 0.53 0 0.29 276.25 0.39 0.52
Hex 8F 55 B5 15 35 0 1D 114 27 34
Octal 217 125 265 25 65 0 35 424 47 64
Binary 10001111 1010101 10110101 10101 110101 0 11101 100010100 100111 110100

Color Harmonies of #8F55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F55B5

Black with #8F55B5

Text Example


Text Example

White with #8F55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F55B5; }

 p { color: rgb(143,85,181); }

 H1.HeaderClassName
 {
   color: #8F55B5;
 }
 .AnyTagClassName
 {
   color: #8F55B5;
 }
</style>

background-color css

<style>
 a { background-color: #8F55B5; }

 a { background-color: rgb(143,85,181); }

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

border-color css

<style>
 span { border-color: #8F55B5; }

 span { border-color: rgb(143,85,181); }

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