Html Css Color HEX #8550B3 Deep Lilac

📋 copy color: '#8550B3'

red 133 ◦ green 80 ◦ blue 179

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

Shades of Deep Lilac #8550B3

Tints of Deep Lilac #8550B3

RGB

 RED value IS 133 (52.34% from 255) = 33.93%

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 33.93%
G = 20.41%
B = 45.66%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8550B3 (or 0x8550B3) is known color: Deep Lilac. HEX triplet: 85, 50 and B3. RGB value is (133,80,179). Sum of RGB (Red+Green+Blue) = 133+80+179=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #8550B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550B3 is #7AAF4C. Grayscale: #6A6A6A. Windows color (decimal): -8040269 or 11751557. OLE color: 11751557.

HSL color Cylindrical-coordinate representation of color #8550B3: hue angle of 272.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8550B3 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 80 179 -
CMYK 0.26 0.55 0 0.30
HSL 272.12º 0.39% 0.51% -
HSV(B) 272.12º 0.55% 0.7% -
XYZ 20.68 13.98 44.26 -
YUV 107.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 133 80 179 0.26 0.55 0 0.30 272.12 0.39 0.51
Hex 85 50 B3 1A 37 0 1E 110 27 33
Octal 205 120 263 32 67 0 36 420 47 63
Binary 10000101 1010000 10110011 11010 110111 0 11110 100010000 100111 110011

Color Harmonies of #8550B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550B3

Black with #8550B3

Text Example


Text Example

White with #8550B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8550B3; }

 p { color: rgb(133,80,179); }

 H1.HeaderClassName
 {
   color: #8550B3;
 }
 .AnyTagClassName
 {
   color: #8550B3;
 }
</style>

background-color css

<style>
 a { background-color: #8550B3; }

 a { background-color: rgb(133,80,179); }

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

border-color css

<style>
 span { border-color: #8550B3; }

 span { border-color: rgb(133,80,179); }

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