Html Css Color HEX #865ABC Deep Lilac

📋 copy color: '#865ABC'

red 134 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #865ABC

Tints of Deep Lilac #865ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

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

R = 32.52%
G = 21.84%
B = 45.63%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#865ABC (or 0x865ABC) is known color: Deep Lilac. HEX triplet: 86, 5A and BC. RGB value is (134,90,188). Sum of RGB (Red+Green+Blue) = 134+90+188=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #865ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ABC is #79A543. Grayscale: #717171. Windows color (decimal): -7972164 or 12343942. OLE color: 12343942.

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

Color convert

RGB 134 90 188 -
CMYK 0.29 0.52 0 0.26
HSL 266.94º 0.42% 0.55% -
HSV(B) 266.94º 0.52% 0.74% -
XYZ 22.56 16.01 49.48 -
YUV 114.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 134 90 188 0.29 0.52 0 0.26 266.94 0.42 0.55
Hex 86 5A BC 1D 34 0 1A 10B 2A 37
Octal 206 132 274 35 64 0 32 413 52 67
Binary 10000110 1011010 10111100 11101 110100 0 11010 100001011 101010 110111

Color Harmonies of #865ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ABC

Black with #865ABC

Text Example


Text Example

White with #865ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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