Html Css Color HEX #8C4BCB Deep Lilac

📋 copy color: '#8C4BCB'

red 140 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #8C4BCB

Tints of Deep Lilac #8C4BCB

RGB

 RED value IS 140 (55.08% from 255) = 33.49%

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 33.49%
G = 17.94%
B = 48.56%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C4BCB (or 0x8C4BCB) is known color: Deep Lilac. HEX triplet: 8C, 4B and CB. RGB value is (140,75,203). Sum of RGB (Red+Green+Blue) = 140+75+203=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C4BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BCB is #73B434. Grayscale: #6C6C6C. Windows color (decimal): -7582773 or 13323148. OLE color: 13323148.

HSL color Cylindrical-coordinate representation of color #8C4BCB: hue angle of 270.47º 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 #8C4BCB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 75 203 -
CMYK 0.31 0.63 0 0.20
HSL 270.47º 0.55% 0.55% -
HSV(B) 270.47º 0.63% 0.8% -
XYZ 24.11 14.92 58.11 -
YUV 109.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 140 75 203 0.31 0.63 0 0.20 270.47 0.55 0.55
Hex 8C 4B CB 1F 3F 0 14 10E 37 37
Octal 214 113 313 37 77 0 24 416 67 67
Binary 10001100 1001011 11001011 11111 111111 0 10100 100001110 110111 110111

Color Harmonies of #8C4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4BCB

Black with #8C4BCB

Text Example


Text Example

White with #8C4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,75,203); }

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

background-color css

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

 a { background-color: rgb(140,75,203); }

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

border-color css

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

 span { border-color: rgb(140,75,203); }

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