Html Css Color HEX #8B4ACF Deep Lilac

📋 copy color: '#8B4ACF'

red 139 ◦ green 74 ◦ blue 207

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

Shades of Deep Lilac #8B4ACF

Tints of Deep Lilac #8B4ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 33.1%
G = 17.62%
B = 49.29%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B4ACF (or 0x8B4ACF) is known color: Deep Lilac. HEX triplet: 8B, 4A and CF. RGB value is (139,74,207). Sum of RGB (Red+Green+Blue) = 139+74+207=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ACF is #74B530. Grayscale: #6C6C6C. Windows color (decimal): -7648561 or 13585035. OLE color: 13585035.

HSL color Cylindrical-coordinate representation of color #8B4ACF: hue angle of 269.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B4ACF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 74 207 -
CMYK 0.33 0.64 0 0.19
HSL 269.32º 0.58% 0.55% -
HSV(B) 269.32º 0.64% 0.81% -
XYZ 24.36 14.89 60.62 -
YUV 108.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 139 74 207 0.33 0.64 0 0.19 269.32 0.58 0.55
Hex 8B 4A CF 21 40 0 13 10D 3A 37
Octal 213 112 317 41 100 0 23 415 72 67
Binary 10001011 1001010 11001111 100001 1000000 0 10011 100001101 111010 110111

Color Harmonies of #8B4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4ACF

Black with #8B4ACF

Text Example


Text Example

White with #8B4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,74,207); }

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

background-color css

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

 a { background-color: rgb(139,74,207); }

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

border-color css

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

 span { border-color: rgb(139,74,207); }

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