Html Css Color HEX #814BBC Deep Lilac

📋 copy color: '#814BBC'

red 129 ◦ green 75 ◦ blue 188

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

Shades of Deep Lilac #814BBC

Tints of Deep Lilac #814BBC

RGB

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

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

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

R = 32.91%
G = 19.13%
B = 47.96%

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

#814BBC (or 0x814BBC) is known color: Deep Lilac. HEX triplet: 81, 4B and BC. RGB value is (129,75,188). Sum of RGB (Red+Green+Blue) = 129+75+188=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #814BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BBC is #7EB443. Grayscale: #676767. Windows color (decimal): -8303684 or 12340097. OLE color: 12340097.

HSL color Cylindrical-coordinate representation of color #814BBC: hue angle of 268.67º 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 #814BBC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 75 188 -
CMYK 0.31 0.60 0 0.26
HSL 268.67º 0.46% 0.52% -
HSV(B) 268.67º 0.6% 0.74% -
XYZ 20.65 13.33 49.06 -
YUV 104.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 129 75 188 0.31 0.60 0 0.26 268.67 0.46 0.52
Hex 81 4B BC 1F 3C 0 1A 10D 2E 34
Octal 201 113 274 37 74 0 32 415 56 64
Binary 10000001 1001011 10111100 11111 111100 0 11010 100001101 101110 110100

Color Harmonies of #814BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BBC

Black with #814BBC

Text Example


Text Example

White with #814BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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