Html Css Color HEX #886EBE True V

📋 copy color: '#886EBE'

red 136 ◦ green 110 ◦ blue 190

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

Shades of True V #886EBE

Tints of True V #886EBE

RGB

 RED value IS 136 (53.52% from 255) = 31.19%

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 31.19%
G = 25.23%
B = 43.58%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#886EBE (or 0x886EBE) is known color: True V. HEX triplet: 88, 6E and BE. RGB value is (136,110,190). Sum of RGB (Red+Green+Blue) = 136+110+190=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #886EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EBE is #779141. Grayscale: #7E7E7E. Windows color (decimal): -7835970 or 12480136. OLE color: 12480136.

HSL color Cylindrical-coordinate representation of color #886EBE: hue angle of 259.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886EBE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 110 190 -
CMYK 0.28 0.42 0 0.25
HSL 259.5º 0.38% 0.59% -
HSV(B) 259.5º 0.42% 0.75% -
XYZ 25.02 20.1 51.28 -
YUV 126.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 136 110 190 0.28 0.42 0 0.25 259.5 0.38 0.59
Hex 88 6E BE 1C 2A 0 19 104 26 3B
Octal 210 156 276 34 52 0 31 404 46 73
Binary 10001000 1101110 10111110 11100 101010 0 11001 100000100 100110 111011

Color Harmonies of #886EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EBE

Black with #886EBE

Text Example


Text Example

White with #886EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886EBE; }

 p { color: rgb(136,110,190); }

 H1.HeaderClassName
 {
   color: #886EBE;
 }
 .AnyTagClassName
 {
   color: #886EBE;
 }
</style>

background-color css

<style>
 a { background-color: #886EBE; }

 a { background-color: rgb(136,110,190); }

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

border-color css

<style>
 span { border-color: #886EBE; }

 span { border-color: rgb(136,110,190); }

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