Html Css Color HEX #866AB9 True V

📋 copy color: '#866AB9'

red 134 ◦ green 106 ◦ blue 185

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

Shades of True V #866AB9

Tints of True V #866AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.94%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 31.53%
G = 24.94%
B = 43.53%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#866AB9 (or 0x866AB9) is known color: True V. HEX triplet: 86, 6A and B9. RGB value is (134,106,185). Sum of RGB (Red+Green+Blue) = 134+106+185=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #866AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866AB9 is #799546. Grayscale: #7B7B7B. Windows color (decimal): -7968071 or 12151430. OLE color: 12151430.

HSL color Cylindrical-coordinate representation of color #866AB9: hue angle of 261.27º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #866AB9 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 106 185 -
CMYK 0.28 0.43 0 0.27
HSL 261.27º 0.36% 0.57% -
HSV(B) 261.27º 0.43% 0.73% -
XYZ 23.74 18.88 48.29 -
YUV 123.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 134 106 185 0.28 0.43 0 0.27 261.27 0.36 0.57
Hex 86 6A B9 1C 2B 0 1B 105 24 39
Octal 206 152 271 34 53 0 33 405 44 71
Binary 10000110 1101010 10111001 11100 101011 0 11011 100000101 100100 111001

Color Harmonies of #866AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AB9

Black with #866AB9

Text Example


Text Example

White with #866AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,185); }

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

background-color css

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

 a { background-color: rgb(134,106,185); }

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

border-color css

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

 span { border-color: rgb(134,106,185); }

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