Html Css Color HEX #8A4CCB Deep Lilac

📋 copy color: '#8A4CCB'

red 138 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #8A4CCB

Tints of Deep Lilac #8A4CCB

RGB

 RED value IS 138 (54.3% from 255) = 33.09%

 GREEN value IS 76 (30.08% from 255) = 18.23%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 33.09%
G = 18.23%
B = 48.68%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A4CCB (or 0x8A4CCB) is known color: Deep Lilac. HEX triplet: 8A, 4C and CB. RGB value is (138,76,203). Sum of RGB (Red+Green+Blue) = 138+76+203=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CCB is #75B334. Grayscale: #6C6C6C. Windows color (decimal): -7713589 or 13323402. OLE color: 13323402.

HSL color Cylindrical-coordinate representation of color #8A4CCB: hue angle of 269.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A4CCB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 76 203 -
CMYK 0.32 0.63 0 0.20
HSL 269.29º 0.55% 0.55% -
HSV(B) 269.29º 0.63% 0.8% -
XYZ 23.85 14.88 58.12 -
YUV 109.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 138 76 203 0.32 0.63 0 0.20 269.29 0.55 0.55
Hex 8A 4C CB 20 3F 0 14 10D 37 37
Octal 212 114 313 40 77 0 24 415 67 67
Binary 10001010 1001100 11001011 100000 111111 0 10100 100001101 110111 110111

Color Harmonies of #8A4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4CCB

Black with #8A4CCB

Text Example


Text Example

White with #8A4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,76,203); }

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

background-color css

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

 a { background-color: rgb(138,76,203); }

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

border-color css

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

 span { border-color: rgb(138,76,203); }

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