Html Css Color HEX #8B45C6 Deep Lilac

📋 copy color: '#8B45C6'

red 139 ◦ green 69 ◦ blue 198

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

Shades of Deep Lilac #8B45C6

Tints of Deep Lilac #8B45C6

RGB

 RED value IS 139 (54.69% from 255) = 34.24%

 GREEN value IS 69 (27.34% from 255) = 17%

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 34.24%
G = 17%
B = 48.77%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8B45C6 (or 0x8B45C6) is known color: Deep Lilac. HEX triplet: 8B, 45 and C6. RGB value is (139,69,198). Sum of RGB (Red+Green+Blue) = 139+69+198=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B45C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B45C6 is #74BA39. Grayscale: #686868. Windows color (decimal): -7649850 or 12993931. OLE color: 12993931.

HSL color Cylindrical-coordinate representation of color #8B45C6: hue angle of 272.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B45C6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 69 198 -
CMYK 0.30 0.65 0 0.22
HSL 272.56º 0.53% 0.52% -
HSV(B) 272.56º 0.65% 0.78% -
XYZ 22.97 13.82 54.88 -
YUV 104.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 139 69 198 0.30 0.65 0 0.22 272.56 0.53 0.52
Hex 8B 45 C6 1E 41 0 16 111 35 34
Octal 213 105 306 36 101 0 26 421 65 64
Binary 10001011 1000101 11000110 11110 1000001 0 10110 100010001 110101 110100

Color Harmonies of #8B45C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B45C6

Black with #8B45C6

Text Example


Text Example

White with #8B45C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,69,198); }

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

background-color css

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

 a { background-color: rgb(139,69,198); }

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

border-color css

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

 span { border-color: rgb(139,69,198); }

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