Html Css Color HEX #864CCB Deep Lilac

📋 copy color: '#864CCB'

red 134 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #864CCB

Tints of Deep Lilac #864CCB

RGB

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

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

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

R = 32.45%
G = 18.4%
B = 49.15%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#864CCB (or 0x864CCB) is known color: Deep Lilac. HEX triplet: 86, 4C and CB. RGB value is (134,76,203). Sum of RGB (Red+Green+Blue) = 134+76+203=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #864CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CCB is #79B334. Grayscale: #6B6B6B. Windows color (decimal): -7975733 or 13323398. OLE color: 13323398.

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

Color convert

RGB 134 76 203 -
CMYK 0.34 0.63 0 0.20
HSL 267.4º 0.55% 0.55% -
HSV(B) 267.4º 0.63% 0.8% -
XYZ 23.2 14.55 58.09 -
YUV 107.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 134 76 203 0.34 0.63 0 0.20 267.4 0.55 0.55
Hex 86 4C CB 22 3F 0 14 10B 37 37
Octal 206 114 313 42 77 0 24 413 67 67
Binary 10000110 1001100 11001011 100010 111111 0 10100 100001011 110111 110111

Color Harmonies of #864CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CCB

Black with #864CCB

Text Example


Text Example

White with #864CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,203); }

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

background-color css

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

 a { background-color: rgb(134,76,203); }

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

border-color css

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

 span { border-color: rgb(134,76,203); }

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