Html Css Color HEX #814CBC Deep Lilac

📋 copy color: '#814CBC'

red 129 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #814CBC

Tints of Deep Lilac #814CBC

RGB

 RED value IS 129 (50.78% from 255) = 32.82%

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 32.82%
G = 19.34%
B = 47.84%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#814CBC (or 0x814CBC) is known color: Deep Lilac. HEX triplet: 81, 4C and BC. RGB value is (129,76,188). Sum of RGB (Red+Green+Blue) = 129+76+188=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #814CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CBC is #7EB343. Grayscale: #686868. Windows color (decimal): -8303428 or 12340353. OLE color: 12340353.

HSL color Cylindrical-coordinate representation of color #814CBC: hue angle of 268.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814CBC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 76 188 -
CMYK 0.31 0.60 0 0.26
HSL 268.39º 0.46% 0.52% -
HSV(B) 268.39º 0.6% 0.74% -
XYZ 20.71 13.47 49.08 -
YUV 104.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 129 76 188 0.31 0.60 0 0.26 268.39 0.46 0.52
Hex 81 4C BC 1F 3C 0 1A 10C 2E 34
Octal 201 114 274 37 74 0 32 414 56 64
Binary 10000001 1001100 10111100 11111 111100 0 11010 100001100 101110 110100

Color Harmonies of #814CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CBC

Black with #814CBC

Text Example


Text Example

White with #814CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814CBC; }

 p { color: rgb(129,76,188); }

 H1.HeaderClassName
 {
   color: #814CBC;
 }
 .AnyTagClassName
 {
   color: #814CBC;
 }
</style>

background-color css

<style>
 a { background-color: #814CBC; }

 a { background-color: rgb(129,76,188); }

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

border-color css

<style>
 span { border-color: #814CBC; }

 span { border-color: rgb(129,76,188); }

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