Html Css Color HEX #864ABC Deep Lilac

📋 copy color: '#864ABC'

red 134 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #864ABC

Tints of Deep Lilac #864ABC

RGB

 RED value IS 134 (52.73% from 255) = 33.84%

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

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

R = 33.84%
G = 18.69%
B = 47.47%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#864ABC (or 0x864ABC) is known color: Deep Lilac. HEX triplet: 86, 4A and BC. RGB value is (134,74,188). Sum of RGB (Red+Green+Blue) = 134+74+188=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #864ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ABC is #79B543. Grayscale: #686868. Windows color (decimal): -7976260 or 12339846. OLE color: 12339846.

HSL color Cylindrical-coordinate representation of color #864ABC: hue angle of 271.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864ABC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 74 188 -
CMYK 0.29 0.61 0 0.26
HSL 271.58º 0.46% 0.51% -
HSV(B) 271.58º 0.61% 0.74% -
XYZ 21.36 13.6 49.08 -
YUV 104.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 134 74 188 0.29 0.61 0 0.26 271.58 0.46 0.51
Hex 86 4A BC 1D 3D 0 1A 110 2E 33
Octal 206 112 274 35 75 0 32 420 56 63
Binary 10000110 1001010 10111100 11101 111101 0 11010 100010000 101110 110011

Color Harmonies of #864ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ABC

Black with #864ABC

Text Example


Text Example

White with #864ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864ABC; }

 p { color: rgb(134,74,188); }

 H1.HeaderClassName
 {
   color: #864ABC;
 }
 .AnyTagClassName
 {
   color: #864ABC;
 }
</style>

background-color css

<style>
 a { background-color: #864ABC; }

 a { background-color: rgb(134,74,188); }

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

border-color css

<style>
 span { border-color: #864ABC; }

 span { border-color: rgb(134,74,188); }

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