Html Css Color HEX #866ED1 True V

📋 copy color: '#866ED1'

red 134 ◦ green 110 ◦ blue 209

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

Shades of True V #866ED1

Tints of True V #866ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 29.58%
G = 24.28%
B = 46.14%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#866ED1 (or 0x866ED1) is known color: True V. HEX triplet: 86, 6E and D1. RGB value is (134,110,209). Sum of RGB (Red+Green+Blue) = 134+110+209=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #866ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ED1 is #79912E. Grayscale: #808080. Windows color (decimal): -7967023 or 13725318. OLE color: 13725318.

HSL color Cylindrical-coordinate representation of color #866ED1: hue angle of 254.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866ED1 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 110 209 -
CMYK 0.36 0.47 0 0.18
HSL 254.55º 0.52% 0.63% -
HSV(B) 254.55º 0.47% 0.82% -
XYZ 26.92 20.82 62.92 -
YUV 128.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 134 110 209 0.36 0.47 0 0.18 254.55 0.52 0.63
Hex 86 6E D1 24 2F 0 12 FF 34 3F
Octal 206 156 321 44 57 0 22 377 64 77
Binary 10000110 1101110 11010001 100100 101111 0 10010 11111111 110100 111111

Color Harmonies of #866ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866ED1

Black with #866ED1

Text Example


Text Example

White with #866ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866ED1; }

 p { color: rgb(134,110,209); }

 H1.HeaderClassName
 {
   color: #866ED1;
 }
 .AnyTagClassName
 {
   color: #866ED1;
 }
</style>

background-color css

<style>
 a { background-color: #866ED1; }

 a { background-color: rgb(134,110,209); }

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

border-color css

<style>
 span { border-color: #866ED1; }

 span { border-color: rgb(134,110,209); }

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